diff options
| author | morefigs <morefigs@gmail.com> | 2019-01-30 15:56:45 +1100 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2019-01-30 15:56:45 +1100 |
| commit | 3915eff02c414ad13c065cf7536be95063fa7673 (patch) | |
| tree | 030adf299cefebb879de500dd51595c8caab696a /setup.py | |
| parent | 7c3acca6cfb3e3b57a6b9fd89788b68b5a9aa5d9 (diff) | |
| download | pymba-3915eff02c414ad13c065cf7536be95063fa7673.tar.gz pymba-3915eff02c414ad13c065cf7536be95063fa7673.zip | |
added upload hint
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/* |
