Skip to content

Commit

Permalink
Merge pull request #446 from eteq/fix-manifest-in
Browse files Browse the repository at this point in the history
fix manifest to include source files *in the halotools* dir
  • Loading branch information
aphearin committed Mar 13, 2016
2 parents 5b71371 + baeb592 commit d46e3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -5,7 +5,7 @@ include ez_setup.py
include ah_bootstrap.py
include setup.cfg

recursive-include *.pyx *.pxd *.c *.cpp *.h
recursive-include halotools *.pyx *.pxd *.c *.cpp *.h
recursive-include docs *
recursive-include licenses *
recursive-include cextern *
Expand Down

0 comments on commit d46e3e4

Please sign in to comment.