File tree Expand file tree Collapse file tree 3 files changed +26
-28
lines changed Expand file tree Collapse file tree 3 files changed +26
-28
lines changed Original file line number Diff line number Diff line change 1- __version__ = '0.1.1 '
1+ __version__ = '0.1.2 '
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools>=61.0.0" , " wheel" ]
3+ build-backend = " setuptools.build_meta"
4+
5+ [project ]
6+ name = " enty"
7+ dynamic = [" version" , " dependencies" ]
8+ description = " A lightweight ORM with a simple interface."
9+ requires-python = " >=3.7"
10+ license = { file = " LICENSE" }
11+ authors = [
12+ {
name =
" Stelios Papadopoulos" ,
email =
" [email protected] " },
13+ { name = " Frank DeGuire" }
14+ ]
15+
16+ [project .urls ]
17+ Homepage = " https://github.com/atlab/enty"
18+
19+ [project .readme ]
20+ file = " README.md"
21+ content-type = " text/markdown"
22+
23+ [tool .setuptools .dynamic ]
24+ version = { attr = " enty.version.__version__" }
25+ dependencies = { file = " requirements.txt" }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments