File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -13,4 +13,5 @@ test_env.sh
1313export_test_dev.sh
1414.idea /*
1515export_test.sh
16- .vscode /
16+ .vscode /
17+ deploy.sh
Original file line number Diff line number Diff line change 1+ 0.0.14
Original file line number Diff line number Diff line change 1313with open (path .join (here , 'README.md' ), encoding = 'utf-8' ) as readme_file :
1414 LONG_DESCRIPTION = readme_file .read ()
1515
16+ with open (path .join (here , 'VERSION' ), encoding = 'utf-8' ) as version_file :
17+ VERSION = version_file .read ()
18+
1619setup (
1720 name = 'amatino' ,
18- version = '0.0.14' ,
19- description = 'Bindings for the Amatino API, an accounting & financial data engine' ,
21+ version = VERSION ,
22+ description = 'Bindings for the Amatino API, an accounting & financial data e\
23+ ngine' ,
2024 long_description = LONG_DESCRIPTION ,
2125 url = 'https://amatino.io' ,
2226 author = 'Amatino' ,
You can’t perform that action at this time.
0 commit comments