Skip to content

Commit b1cdbf6

Browse files
author
Geert Vanderkelen
committed
Fix including support/ folder in MANIFEST.in
1 parent 6ec1e74 commit b1cdbf6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ include MANIFEST.in
99

1010
recursive-include examples *.py
1111
recursive-include lib *.py
12-
recursive-include support
13-
recursive-include tests *.py *.csv pylint*.rc *.pem
12+
recursive-include support *.py pylint*.rc
13+
recursive-include tests *.py *.csv *.pem
1414

1515
include docs/README_DOCS.txt
1616

0 commit comments

Comments
 (0)