diff options
-rw-r--r-- | MANIFEST.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index af5b7e7d..2120d843 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,8 +1,8 @@ -# For some reason, building the egg includes everything! -exclude *.* * +# MANIFEST.in file for coverage.py include coverage.egg-info/*.* include coverage/*.py include ez_setup.py include setup.py include README.txt include CHANGES.txt +prune test |