LICENSE.txt MANIFEST.in README.rst setup.cfg setup.py tox.ini docs/Makefile docs/conf.py docs/development.rst docs/index.rst docs/installing.rst docs/make.bat docs/news.rst docs/quickstart.rst docs/story.rst docs/user_guide.rst docs/reference/index.rst docs/reference/wheel_convert.rst docs/reference/wheel_pack.rst docs/reference/wheel_unpack.rst manpages/wheel.rst tests/conftest.py tests/test_bdist_wheel.py tests/test_metadata.py tests/test_pkginfo.py tests/test_tagopt.py tests/test_wheelfile.py tests/cli/eggnames.txt tests/cli/test_convert.py tests/cli/test_pack.py tests/cli/test_unpack.py tests/testdata/test-1.0-py2.py3-none-any.whl tests/testdata/complex-dist/setup.py tests/testdata/complex-dist/complexdist/__init__.py tests/testdata/extension.dist/setup.py tests/testdata/headers.dist/header.h tests/testdata/headers.dist/headersdist.py tests/testdata/headers.dist/setup.py tests/testdata/simple.dist/setup.py tests/testdata/simple.dist/simpledist/__init__.py tests/testdata/unicode.dist/setup.py tests/testdata/unicode.dist/unicodedist/__init__.py tests/testdata/unicode.dist/unicodedist/åäö_日本語.py wheel/__init__.py wheel/__main__.py wheel/bdist_wheel.py wheel/metadata.py wheel/pep425tags.py wheel/pkginfo.py wheel/util.py wheel/wheelfile.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/cli/__init__.py wheel/cli/convert.py wheel/cli/pack.py wheel/cli/unpack.py