Skip to content

Commit 9d85d0b

Browse files
authored
Merge pull request #141 from jayvdb/sdist
MANIFEST.in: Include LICENSE and tests in sdist
2 parents 8f36106 + 482bac8 commit 9d85d0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

MANIFEST.in

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
include LICENSE
2+
include *.txt
3+
include Makefile
4+
include pytest.ini
5+
include .coveragerc
6+
recursive-include scripts *.py
7+
recursive-include scripts *.sh
8+
recursive-include tests *.py

0 commit comments

Comments
 (0)