aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authormorefigs <morefigs@gmail.com>2019-01-30 15:56:45 +1100
committermorefigs <morefigs@gmail.com>2019-01-30 15:56:45 +1100
commit3915eff02c414ad13c065cf7536be95063fa7673 (patch)
tree030adf299cefebb879de500dd51595c8caab696a /setup.py
parent7c3acca6cfb3e3b57a6b9fd89788b68b5a9aa5d9 (diff)
downloadpymba-3915eff02c414ad13c065cf7536be95063fa7673.tar.gz
pymba-3915eff02c414ad13c065cf7536be95063fa7673.zip
added upload hint
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a22a3a9..f4ac743 100644
--- a/setup.py
+++ b/setup.py
@@ -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/*