Skip to content

Instantly share code, notes, and snippets.

@amfarrell
Created November 28, 2015 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amfarrell/a5d37a43cd393c45e9d3 to your computer and use it in GitHub Desktop.
Save amfarrell/a5d37a43cd393c45e9d3 to your computer and use it in GitHub Desktop.
[distutils] # this tells distutils what package indexes you can push to
index-servers =
pypi
pypitest
[pypi]
repository: https://pypi.python.org/pypi
username: "amfarrell"
password: "I dont post my passphrase publicly"
[pypitest]
repository: https://testpypi.python.org/pypi
username: "amfarrell"
password: "I dont post my passphrase publicly"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment