added build commands into setup.py comments

This commit is contained in:
K4YT3X 2021-01-26 22:07:45 -05:00
parent 6aedbd7aba
commit b225680c63

View File

@ -8,6 +8,10 @@ Last Modified: January 11, 2021
Dev: K4YT3X
Last Modified: January 26, 2021
pip3 install --user --U setuptools wheel twine
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository pypi dist/*
"""
import setuptools