include .coveragerc | |
include pyproject.toml | |
include pytest.ini | |
include LICENSE | |
include CHANGES.rst | |
include README.rst | |
include CONTRIBUTORS.txt | |
graft frozenlist | |
graft packaging | |
graft docs | |
graft requirements | |
graft tests | |
global-exclude *.pyc | |
global-exclude *.pyd | |
global-exclude *.so | |
global-exclude *.lib | |
global-exclude *.dll | |
global-exclude *.a | |
global-exclude *.obj | |
exclude frozenlist/*.c | |
exclude frozenlist/*.html | |
prune docs/_build | |