Skip to content

Commit

Permalink
Include MANIFEST.in in manifest
Browse files Browse the repository at this point in the history
This makes sure that any of the bdist goals in setup.py includes all the
necessary files when it is executed against a tree downloaded from PyPI.

See redis#14.
  • Loading branch information
pietern committed Jan 6, 2014
1 parent 85f2e82 commit 7489a2a
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
@@ -1,4 +1,5 @@
include COPYING
include MANIFEST.in
include src/*.[ch]
include vendor/hiredis/COPYING
include vendor/hiredis/*.[ch]
Expand Down

0 comments on commit 7489a2a

Please sign in to comment.