diff options
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,3 +51,7 @@ setup(name='Pymba', ] } ) + +# python3 -m pip install --user --upgrade setuptools wheel twine +# python3 setup.py sdist bdist_wheel +# python3 -m twine upload dist/* |
