python-dependency-injector/MANIFEST.in
2020-08-26 16:36:18 -04:00

10 lines
220 B
Plaintext

recursive-include src/dependency_injector *.py* *.c
recursive-include tests *.py
include README.rst
include CONTRIBUTORS.rst
include LICENSE.rst
include requirements.txt
include setup.py
include tox.ini
include py.typed