53 lines
No EOL
1.3 KiB
Text
53 lines
No EOL
1.3 KiB
Text
CHANGES.txt
|
|
LICENSE.txt
|
|
MANIFEST.in
|
|
README.txt
|
|
entry_points.txt
|
|
setup.cfg
|
|
setup.py
|
|
vendorize.sh
|
|
wheel/__init__.py
|
|
wheel/__main__.py
|
|
wheel/archive.py
|
|
wheel/bdist_wheel.py
|
|
wheel/decorator.py
|
|
wheel/egg2wheel.py
|
|
wheel/eggnames.txt
|
|
wheel/install.py
|
|
wheel/metadata.py
|
|
wheel/paths.py
|
|
wheel/pep425tags.py
|
|
wheel/pkginfo.py
|
|
wheel/util.py
|
|
wheel/wininst2wheel.py
|
|
wheel.egg-info/PKG-INFO
|
|
wheel.egg-info/SOURCES.txt
|
|
wheel.egg-info/dependency_links.txt
|
|
wheel.egg-info/entry_points.txt
|
|
wheel.egg-info/not-zip-safe
|
|
wheel.egg-info/requires.txt
|
|
wheel.egg-info/top_level.txt
|
|
wheel/signatures/__init__.py
|
|
wheel/signatures/djbec.py
|
|
wheel/signatures/ed25519py.py
|
|
wheel/signatures/keys.py
|
|
wheel/test/__init__.py
|
|
wheel/test/pydist-schema.json
|
|
wheel/test/test-1.0-py2.py3-none-win32.whl
|
|
wheel/test/test_basic.py
|
|
wheel/test/test_install.py
|
|
wheel/test/test_keys.py
|
|
wheel/test/test_paths.py
|
|
wheel/test/test_ranking.py
|
|
wheel/test/test_signatures.py
|
|
wheel/test/test_tagopt.py
|
|
wheel/test/test_tool.py
|
|
wheel/test/test_wheelfile.py
|
|
wheel/test/complex-dist/setup.py
|
|
wheel/test/complex-dist/complexdist/__init__.py
|
|
wheel/test/headers.dist/header.h
|
|
wheel/test/headers.dist/headersdist.py
|
|
wheel/test/headers.dist/setup.py
|
|
wheel/test/simple.dist/setup.py
|
|
wheel/test/simple.dist/simpledist/__init__.py
|
|
wheel/tool/__init__.py |