Skip to content

Commit 383e95f

Browse files
committed
Fix file inclusion warnings from MANIFEST.in
1 parent e7e64f6 commit 383e95f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

MANIFEST.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
recursive-include src/dependency_injector *.py* *.c
1+
recursive-include src/dependency_injector *.py* *.c py.typed
22
recursive-include tests *.py
33
include README.rst
44
include CONTRIBUTORS.rst
55
include LICENSE.rst
6-
include requirements.txt
76
include setup.py
87
include tox.ini
9-
include py.typed

0 commit comments

Comments
 (0)