Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit c040326

Browse files
committed
Extend list of files included in package
Now tests are included
1 parent 31343e0 commit c040326

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

MANIFEST.in

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
include *.txt *.ini *.rst LICENSE
1+
include *.txt
2+
include *.ini
3+
include *.rst
4+
include LICENSE
5+
include ChangeLog
6+
recursive-include test *.dot
7+
recursive-include test *.png
8+
recursive-include test *.dot_crashes_dot_abort_trap
9+
recursive-include test *.dot_crashes_dot_bus_error
10+
recursive-include test *.jpe_text
11+
recursive-include test *.ps

0 commit comments

Comments
 (0)