Guest User

Untitled

a guest
Jul 25th, 2018
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. [global]
  2. index = https://user:password@someurl.com/somerepo/pypi-group/pypi
  3. index-url = index = https://user:password@someurl.com/somerepo/pypi-group/simple
  4.  
  5. [distutils]
  6. index-servers =
  7. pypi
  8. nexus
  9.  
  10. [pypi]
  11. repository: https://pypi.org/pypi
  12. username: abc
  13. password: def
  14.  
  15. [nexus]
  16. repository: https://someurl.com/somerepo/pypi-internal
  17. username: someuser
  18. password: somepassword
Add Comment
Please, Sign In to add comment