Skip to content

Commit 7202f42

Browse files
authored
Add missing tests folder to MAINIFEST.in (django-json-api#975)
Removed obsolete exclude as there is already a global exclude with those extensions.
1 parent e1feedc commit 7202f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include AUTHORS
22
include LICENSE
33
include README.rst
44
recursive-include example *
5-
recursive-exclude example *.pyc *.pyo
5+
recursive-include tests *
66

77
global-exclude __pycache__
88
global-exclude *.py[co]

0 commit comments

Comments
 (0)