chore: add publishing script
continuous-integration/drone/push Build is pending Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
William Luke 2022-02-03 15:12:20 +03:00
parent 856a464548
commit 2888333514
3 changed files with 8 additions and 3 deletions

0
cic_utils/__init__.py Normal file
View File

3
publish.sh Normal file
View 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/

View File

@ -1,6 +1,6 @@
[metadata]
name = cic_utils
version = 0.2.0
version = 0.1.0
description = Common utils for CIC
author = William Luke
author_email = william@atto-byte.com
@ -18,5 +18,7 @@ licence_files =
[options]
python_requires = >= 3.6
packages =
cic-utils.converters
packages = find:
[options.packages.find]
exclude = tests