Guest User

Untitled

a guest
Jan 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. python setup.py register -r pypi
  2.  
  3. running register
  4. running egg_info
  5. creating hydrostats.egg-info
  6. writing hydrostats.egg-info/PKG-INFO
  7. writing top-level names to hydrostats.egg-info/top_level.txt
  8. writing dependency_links to hydrostats.egg-info/dependency_links.txt
  9. writing manifest file 'hydrostats.egg-info/SOURCES.txt'
  10. reading manifest file 'hydrostats.egg-info/SOURCES.txt'
  11. writing manifest file 'hydrostats.egg-info/SOURCES.txt'
  12. running check
  13. Registering hydrostats to https://pypi.org/
  14. Server response (405): Method Not Allowed
  15.  
  16. 1 [distutils]
  17. 2 index-servers =
  18. 3 pypi
  19. 4 pypitest
  20. 5
  21. 6 [pypi]
  22. 7 repository=https://pypi.org/
  23. 8 username=waderoberts123
  24. 9 password=***
  25. 10
  26. 11 [pypitest]
  27. 12 repository=https://test.pypi.org/legacy
  28. 13 username=waderoberts123
  29. 14 password=***
Add Comment
Please, Sign In to add comment