Advertisement
Guest User

Untitled

a guest
Apr 10th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. [distutils] # this tells distutils what package indexes you can push to
  2.  
  3. index-servers =
  4. pypi
  5. test
  6.  
  7. [pypi] # authentication details for live PyPI
  8. repository = https://pypi.python.org/pypi
  9. username = pehesarani@gmail.com
  10. password = 19911115
  11.  
  12. [test] # authentication details for test PyPI
  13. repository = 'https://testpypi.python.org/pypi
  14. username = pehesarani@gmail.com
  15. password = 19911115
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement