Skip to content

Instantly share code, notes, and snippets.

@james-see
Last active June 27, 2018 02:29
Show Gist options
  • Save james-see/94e551e65e35143f0f6fa08a60e6387f to your computer and use it in GitHub Desktop.
Save james-see/94e551e65e35143f0f6fa08a60e6387f to your computer and use it in GitHub Desktop.
python setup.py cheats
git tag 0.1.5 -m "Added backwards compatibility for < Python 2.2.3."
git push --tag
python setup.py register -r pypi
python setup.py sdist upload -r pypi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment