Skip to content

Commit eb72f78

Browse files
authored
Merge pull request #31 from MicroJoe/fix-wrong-manifest
MANIFEST.in: add missing 'include' directives
2 parents 2b85ae3 + 31d0971 commit eb72f78

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MANIFEST.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
LICENSE.txt
2-
README.md
3-
setup.cfg
4-
setup.py
1+
include LICENSE.txt
2+
include README.md
3+
include setup.cfg
4+
include setup.py
55
recursive-include browserstack *.py
66
recursive-include tests *.py
77

0 commit comments

Comments
 (0)