Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active January 14, 2016 03:45
Show Gist options
  • Save fernandojunior/48a9d116ba24b18c1dbc to your computer and use it in GitHub Desktop.
Save fernandojunior/48a9d116ba24b18c1dbc to your computer and use it in GitHub Desktop.
pypi & setup.py
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