.codecov.yml
.coveragerc
.gitignore
.gitmodules
.pre-commit-config.yaml
.travis.yml
AUTHORS
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
src/wheeltools/__init__.py
src/wheeltools/_version.py
src/wheeltools/tmpdirs.py
src/wheeltools/tools.py
src/wheeltools/wheeltools.py
src/wheeltools.egg-info/PKG-INFO
src/wheeltools.egg-info/SOURCES.txt
src/wheeltools.egg-info/dependency_links.txt
src/wheeltools.egg-info/requires.txt
src/wheeltools.egg-info/top_level.txt
tests/__init__.py
tests/pytest_tools.py
tests/scriptrunner.py
tests/test_tmpdirs.py
tests/test_tools.py
tests/test_wheeltools.py
tests/data/.gitignore
tests/data/a.o
tests/data/binary_example.bin
tests/data/fakepkg1-1.0-cp27-cp27m-macosx_10_6_intel.whl
tests/data/fakepkg2-1.0-py2-none-any.whl
tests/data/fakepkg2.bad_patch
tests/data/fakepkg2.patch
tests/data/fakepkg_rpath-1.0-cp27-cp27m-macosx_10_6_intel.whl
tests/data/icon.ico
tests/data/liba.a
tests/data/liba.dylib
tests/data/liba32.dylib
tests/data/liba_both.dylib
tests/data/libb.dylib
tests/data/libc.dylib
tests/data/libextfunc.dylib
tests/data/libextfunc_rpath.dylib
tests/data/make_libs.sh
tests/data/some_code.py
tests/data/test-lib
tests/data/wheel_build_path.txt
wheel_makers/.gitignore
wheel_makers/make_wheels.sh
wheel_makers/fakepkg1/setup.py
wheel_makers/fakepkg1/fakepkg1/__init__.py
wheel_makers/fakepkg1/fakepkg1/ascript
wheel_makers/fakepkg1/fakepkg1/module1.py
wheel_makers/fakepkg1/fakepkg1/subpkg/__init__.py
wheel_makers/fakepkg1/fakepkg1/subpkg/module2.pyx
wheel_makers/fakepkg1/fakepkg1/tests/__init__.py
wheel_makers/fakepkg1/fakepkg1/tests/test_fakepkg.py
wheel_makers/fakepkg1/libs/extfunc.c
wheel_makers/fakepkg1/scripts/fakescript.py
wheel_makers/fakepkg2/setup.py
wheel_makers/fakepkg2/fakepkg2/__init__.py
wheel_makers/fakepkg2/fakepkg2/module1.py
wheel_makers/fakepkg2/fakepkg2/subpkg/__init__.py
wheel_makers/fakepkg2/fakepkg2/subpkg/module2.py
wheel_makers/fakepkg2/fakepkg2/tests/__init__.py
wheel_makers/fakepkg2/fakepkg2/tests/test_fakepkg.py
wheel_makers/fakepkg_rpath/setup.py
wheel_makers/fakepkg_rpath/fakepkg/__init__.py
wheel_makers/fakepkg_rpath/fakepkg/module1.py
wheel_makers/fakepkg_rpath/fakepkg/subpkg/__init__.py
wheel_makers/fakepkg_rpath/fakepkg/subpkg/module2.pyx
wheel_makers/fakepkg_rpath/fakepkg/tests/__init__.py
wheel_makers/fakepkg_rpath/fakepkg/tests/test_fakepkg.py
wheel_makers/fakepkg_rpath/libs/extfunc.c