adds build script for deploying to pypi.org and smaller changes to the setup script

This commit is contained in:
Asger Geel Weirsøe
2020-09-05 12:25:33 +02:00
parent 4646f1c230
commit d6015c5576
2 changed files with 30 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ with open('README.rst', 'r') as fh:
setup(
name='pi3-smart-workspace',
version='0.1.0',
version='0.1.1',
packages=['pi3'],
url='https://github.com/GeneralDenmark/PyOutputHandler',
license='Apache-2.0 License ',