Skip to content

Commit

Permalink
MAINT: include cythonize.dat into source packages
Browse files Browse the repository at this point in the history
This ensures that Cython files are not regenerated if this is not
necessary. This allows also building without having Cython installed.
  • Loading branch information
pv committed Feb 16, 2013
1 parent 1040b16 commit 259c131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ include setupscons.py
include setupegg.py
include setup.py
include scipy/*.py
include cythonize.dat
# Add Cython files
recursive-include scipy *.pyx *.pyx.in *.pxd *.pxi
# Add swig files
Expand Down

0 comments on commit 259c131

Please sign in to comment.