LICENSE.txt
README.rst
pyproject.toml
setup.py
src/wheel/__init__.py
src/wheel/__main__.py
src/wheel/_bdist_wheel.py
src/wheel/_metadata.py
src/wheel/_setuptools_logging.py
src/wheel/bdist_wheel.py
src/wheel/macosx_libfile.py
src/wheel/metadata.py
src/wheel/wheelfile.py
src/wheel.egg-info/PKG-INFO
src/wheel.egg-info/SOURCES.txt
src/wheel.egg-info/dependency_links.txt
src/wheel.egg-info/entry_points.txt
src/wheel.egg-info/requires.txt
src/wheel.egg-info/top_level.txt
src/wheel/_commands/__init__.py
src/wheel/_commands/convert.py
src/wheel/_commands/pack.py
src/wheel/_commands/tags.py
src/wheel/_commands/unpack.py
tests/test_bdist_wheel.py
tests/test_metadata.py
tests/test_sdist.py
tests/test_wheelfile.py