diff --git a/setup.py b/setup.py index e6dd079..5836a8c 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ # 1. Upload to PyPI: -# python3 setup.py sdist -# python3 setup.py sdist upload +# (Note: Building 'bdist_wheel' requires package 'wheel') +# python3 setup.py sdist bdist_wheel +# twine upload dist/* # # 2. Check if everything looks all right: https://pypi.python.org/pypi/SoMeWeTa #