Skip to content

Commit

Permalink
BF: add pxd files to MANIFEST
Browse files Browse the repository at this point in the history
We weren't catching the fff.pxd file for the sdist, so the resulting
build was failing.
  • Loading branch information
matthew-brett committed Jul 22, 2012
1 parent bacaa6c commit 104d80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Expand Up @@ -2,8 +2,8 @@ include AUTHOR COPYING Makefile* MANIFEST.in setup* README.* THANKS
include Changelog TODO
include *.py
include site.*
recursive-include nipy *.c *.h *.pyx
recursive-include libcstat *.c *.h *.pyx
recursive-include nipy *.c *.h *.pyx *.pxd
recursive-include libcstat *.c *.h *.pyx *.pxd
recursive-include scripts *
recursive-include tools *
# put this stuff back into setup.py (package_data) once I'm enlightened
Expand Down

0 comments on commit 104d80e

Please sign in to comment.