Skip to content

Commit 6c20fd7

Browse files
committed
Fix MANIFEST.in
1 parent 3a8c04a commit 6c20fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MANIFEST.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
include LICENSE README.md VERSION
1+
include LICENSE README.rst VERSION
22
global-include *.py *.pyx *.pxd *.pxi
33

4-
recursive-exclude cypari2 auto_*.pxi
5-
global-exclude *.c .gitignore .travis.yml
4+
recursive-exclude cypari2 auto_*
5+
global-exclude *.c .gitignore .travis* readthedocs*
66

77
prune dist

0 commit comments

Comments
 (0)