Skip to content

Commit

Permalink
Expand MANIFEST.in to include missing files. Fixes issue pex-tool#51
Browse files Browse the repository at this point in the history
  • Loading branch information
warsaw committed Feb 18, 2015
1 parent e9c8262 commit 8cf2b6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include *.py
include docs/*.md
include CHANGES.rst
include *.py *.rst *.ini MANIFEST.in LICENSE
recursive-include docs *
recursive-include tests *
recursive-include scripts *

1 comment on commit 8cf2b6b

@wickman
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM though could you add a "recursive-exclude * *.pyc *~" ?

Please sign in to comment.