SOURCES.txt 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. LICENSE.txt
  2. MANIFEST.in
  3. README.rst
  4. setup.cfg
  5. setup.py
  6. tox.ini
  7. docs/Makefile
  8. docs/conf.py
  9. docs/development.rst
  10. docs/index.rst
  11. docs/installing.rst
  12. docs/make.bat
  13. docs/news.rst
  14. docs/quickstart.rst
  15. docs/story.rst
  16. docs/user_guide.rst
  17. docs/reference/index.rst
  18. docs/reference/wheel_convert.rst
  19. docs/reference/wheel_pack.rst
  20. docs/reference/wheel_unpack.rst
  21. manpages/wheel.rst
  22. src/wheel/__init__.py
  23. src/wheel/__main__.py
  24. src/wheel/_setuptools_logging.py
  25. src/wheel/bdist_wheel.py
  26. src/wheel/macosx_libfile.py
  27. src/wheel/metadata.py
  28. src/wheel/util.py
  29. src/wheel/wheelfile.py
  30. src/wheel.egg-info/PKG-INFO
  31. src/wheel.egg-info/SOURCES.txt
  32. src/wheel.egg-info/dependency_links.txt
  33. src/wheel.egg-info/entry_points.txt
  34. src/wheel.egg-info/not-zip-safe
  35. src/wheel.egg-info/requires.txt
  36. src/wheel.egg-info/top_level.txt
  37. src/wheel/cli/__init__.py
  38. src/wheel/cli/convert.py
  39. src/wheel/cli/pack.py
  40. src/wheel/cli/unpack.py
  41. src/wheel/vendored/__init__.py
  42. src/wheel/vendored/vendor.txt
  43. src/wheel/vendored/packaging/__init__.py
  44. src/wheel/vendored/packaging/_manylinux.py
  45. src/wheel/vendored/packaging/_musllinux.py
  46. src/wheel/vendored/packaging/tags.py
  47. tests/conftest.py
  48. tests/test_bdist_wheel.py
  49. tests/test_macosx_libfile.py
  50. tests/test_metadata.py
  51. tests/test_tagopt.py
  52. tests/test_wheelfile.py
  53. tests/cli/eggnames.txt
  54. tests/cli/test_convert.py
  55. tests/cli/test_pack.py
  56. tests/cli/test_unpack.py
  57. tests/testdata/test-1.0-py2.py3-none-any.whl
  58. tests/testdata/abi3extension.dist/extension.c
  59. tests/testdata/abi3extension.dist/setup.py
  60. tests/testdata/commasinfilenames.dist/setup.py
  61. tests/testdata/commasinfilenames.dist/mypackage/__init__.py
  62. tests/testdata/commasinfilenames.dist/mypackage/data/1,2,3.txt
  63. tests/testdata/commasinfilenames.dist/mypackage/data/__init__.py
  64. tests/testdata/commasinfilenames.dist/testrepo-0.1.0/mypackage/__init__.py
  65. tests/testdata/complex-dist/setup.py
  66. tests/testdata/complex-dist/complexdist/__init__.py
  67. tests/testdata/extension.dist/extension.c
  68. tests/testdata/extension.dist/setup.py
  69. tests/testdata/headers.dist/header.h
  70. tests/testdata/headers.dist/headersdist.py
  71. tests/testdata/headers.dist/setup.py
  72. tests/testdata/macosx_minimal_system_version/test_lib.c
  73. tests/testdata/simple.dist/setup.py
  74. tests/testdata/simple.dist/simpledist/__init__.py
  75. tests/testdata/unicode.dist/setup.py
  76. tests/testdata/unicode.dist/unicodedist/__init__.py
  77. tests/testdata/unicode.dist/unicodedist/åäö_日本語.py