python-requests-toolbelt/MANIFEST.in

15 lines
305 B
Plaintext
Raw Permalink Normal View History

2023-02-07 14:29:03 +08:00
include README.rst
include LICENSE
include HISTORY.rst
include AUTHORS.rst
include CODE_OF_CONDUCT.rst
include tox.ini
include dev-requirements.txt
recursive-include requests_toolbelt *
recursive-include docs *
recursive-include tests *
prune docs/_build
global-exclude *.py[cdo] __pycache__ *.so *.pyd