aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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/*