Skip to content

Commit 0cf0d8d

Browse files
committed
Remove test helpers and explicitly exclude other files from sdist
1 parent e08e9a2 commit 0cf0d8d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

MANIFEST.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
include AUTHORS
22
include README.rst
33
include LICENSE
4+
5+
recursive-exclude pytest_django_test *
6+
recursive-exclude tests *
7+
recursive-exclude .tox *
8+
recursive-exclude bin *
9+
recursive-exclude src *
10+
recursive-exclude .git *
11+
recursive-exclude bin *
12+
recursive-exclude include *
13+
recursive-exclude lib *
14+
recursive-exclude share *
15+
recursive-exclude src *

0 commit comments

Comments
 (0)