diff --git a/cic_utils/__init__.py b/cic_utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/publish.sh b/publish.sh new file mode 100644 index 0000000..4f30f4a --- /dev/null +++ b/publish.sh @@ -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/ \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 95e4dea..bd1928a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 \ No newline at end of file