Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. /nix/store/x5r5x0rir6k2j7li2cg109xldwsnsxny-python3.7-twine-1.15.0
  2. ├── bin
  3. │   └── twine
  4. ├── lib
  5. │   └── python3.7
  6. │   └── site-packages
  7. │   ├── twine
  8. │   │   ├── cli.py
  9. │   │   ├── commands
  10. │   │   │   ├── check.py
  11. │   │   │   ├── __init__.py
  12. │   │   │   ├── __pycache__
  13. │   │   │   │   ├── check.cpython-37.pyc
  14. │   │   │   │   ├── __init__.cpython-37.pyc
  15. │   │   │   │   ├── register.cpython-37.pyc
  16. │   │   │   │   └── upload.cpython-37.pyc
  17. │   │   │   ├── register.py
  18. │   │   │   └── upload.py
  19. │   │   ├── exceptions.py
  20. │   │   ├── __init__.py
  21. │   │   ├── _installed.py
  22. │   │   ├── __main__.py
  23. │   │   ├── package.py
  24. │   │   ├── __pycache__
  25. │   │   │   ├── cli.cpython-37.pyc
  26. │   │   │   ├── exceptions.cpython-37.pyc
  27. │   │   │   ├── __init__.cpython-37.pyc
  28. │   │   │   ├── _installed.cpython-37.pyc
  29. │   │   │   ├── __main__.cpython-37.pyc
  30. │   │   │   ├── package.cpython-37.pyc
  31. │   │   │   ├── repository.cpython-37.pyc
  32. │   │   │   ├── settings.cpython-37.pyc
  33. │   │   │   ├── utils.cpython-37.pyc
  34. │   │   │   ├── wheel.cpython-37.pyc
  35. │   │   │   └── wininst.cpython-37.pyc
  36. │   │   ├── repository.py
  37. │   │   ├── settings.py
  38. │   │   ├── utils.py
  39. │   │   ├── wheel.py
  40. │   │   └── wininst.py
  41. │   └── twine-1.15.0.dist-info
  42. │   ├── entry_points.txt
  43. │   ├── INSTALLER
  44. │   ├── LICENSE
  45. │   ├── METADATA
  46. │   ├── RECORD
  47. │   ├── top_level.txt
  48. │   └── WHEEL
  49. └── nix-support
  50. └── propagated-build-inputs
  51.  
  52. 10 directories, 39 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement