From 3915eff02c414ad13c065cf7536be95063fa7673 Mon Sep 17 00:00:00 2001 From: morefigs Date: Wed, 30 Jan 2019 15:56:45 +1100 Subject: added upload hint --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') 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/* -- cgit v1.2.3