Skip to content

Commit 21d184d

Browse files
committed
Include pyx files in distribution
1 parent ddff148 commit 21d184d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ include CONTRIBUTING.rst
44
include HISTORY.rst
55
include LICENSE
66
include README.md
7-
include pyard/*.csv
7+
include grma/utilities/*.pyx
8+
include grma/match/*.pyx
89
include requirements.txt
910
include requirements-tests.txt
1011

1112
recursive-exclude tests *
1213
recursive-exclude * __pycache__
1314
recursive-exclude * *.py[co]
15+
recursive-exclude * *.c
1416

1517
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif *.csv

0 commit comments

Comments
 (0)