Skip to content

Commit 1bf339b

Browse files
committed
Fix MANIFEST.in to include ChangeLog properly and also include the unit tests
1 parent 5355f7d commit 1bf339b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MANIFEST.in

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
recursive-include doc *.html
22
recursive-include QueryableList *.py
3-
include Changelog
3+
include tests/runTests.py
4+
recursive-include tests/QueryableListTests *.py
5+
include ChangeLog
46
include example.py
57
include README.md
68
include README.rst

0 commit comments

Comments
 (0)