Skip to content

Commit f1c4ce1

Browse files
committed
Include tests/cases in sdist
Fixes #109
1 parent cbf3ac6 commit f1c4ce1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
global-include *.pyx *.pxd
2-
recursive-include tests *.py *.ttf LICENSE.txt
2+
recursive-include tests *.py *.ttf LICENSE.txt *.svg
33
recursive-include docs *.rst *.py make* _*/*
44
prune docs/_build
55
include *.md
66
include *.txt
77
include .coveragerc
88
include LICENSE*
9+
prune *env*/

0 commit comments

Comments
 (0)