Skip to content

Commit

Permalink
fix MANIFEST for renamed *.c.inc -> *.i
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarbary committed Aug 25, 2016
1 parent 1f7c1dd commit ba1e3fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ include AUTHORS.md
include licenses/*

# do not include sep.pyx (see setup.py).
include src/*.[c,h]
include src/*.c.inc
include src/*.[c,h,i]

recursive-include docs *
prune docs/_build
Expand Down

0 comments on commit ba1e3fc

Please sign in to comment.