Skip to content

Commit

Permalink
add scipy/interpolate/interpnd.pyx.in to source tarball (scipy#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantaylor committed Dec 11, 2012
1 parent d8081cd commit f98cb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include setupegg.py
include setup.py
include scipy/*.py
# Add Cython files
recursive-include scipy *.pyx *.pxd *.pxi
recursive-include scipy *.pyx *.pyx.in *.pxd *.pxi
# Adding scons build related files not found by distutils
recursive-include scipy SConstruct SConscript
recursive-include scipy README
Expand Down

0 comments on commit f98cb83

Please sign in to comment.