Last active
January 14, 2016 03:45
-
-
Save fernandojunior/48a9d116ba24b18c1dbc to your computer and use it in GitHub Desktop.
pypi & setup.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://python-packaging-user-guide.readthedocs.org/en/latest/distributing/ | |
https://github.com/pypa/twine | |
python setup.py egg_info | |
python setup.py sdist bdist_wheel | |
twine upload dist/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment