diff --git a/setup.py b/setup.py index bf92c5e..0d5743b 100644 --- a/setup.py +++ b/setup.py @@ -22,6 +22,8 @@ long_description = README, long_description_content_type = "text/markdown" ) + # To publish package run: -# $ python setup.py build check sdist bdist_wheel -# $ twine upload --verbose dist/* +# $ rm -rf dist #Delete all previous build that you might not want to upload +# $ python setup.py build check sdist bdist_wheel #Build +# $ twine upload --verbose dist/* #Upload