Merge Feike-s and my work on pypi package alltogether

This commit is contained in:
Alexander Kukushkin
2015-09-06 12:56:13 +02:00
26 changed files with 613 additions and 359 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ git --version
version=$1
sed -i "s/__version__ = .*/__version__ = '${version}'/" __init__.py
sed -i "s/__version__ = .*/__version__ = '${version}'/" version.py
python3 setup.py clean
python3 setup.py test
python3 setup.py flake8