chore: add publishing script
This commit is contained in:
parent
856a464548
commit
2888333514
0
cic_utils/__init__.py
Normal file
0
cic_utils/__init__.py
Normal file
3
publish.sh
Normal file
3
publish.sh
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
python setup.py sdist
|
||||||
|
bash ./tests/run_tests.sh
|
||||||
|
rsync -r ./dist/ root@root.grassrootseconomics.net:/usr/local/share/python/packages/cic-utils/
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = cic_utils
|
name = cic_utils
|
||||||
version = 0.2.0
|
version = 0.1.0
|
||||||
description = Common utils for CIC
|
description = Common utils for CIC
|
||||||
author = William Luke
|
author = William Luke
|
||||||
author_email = william@atto-byte.com
|
author_email = william@atto-byte.com
|
||||||
@ -18,5 +18,7 @@ licence_files =
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
python_requires = >= 3.6
|
python_requires = >= 3.6
|
||||||
packages =
|
packages = find:
|
||||||
cic-utils.converters
|
|
||||||
|
[options.packages.find]
|
||||||
|
exclude = tests
|
Loading…
Reference in New Issue
Block a user