diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-20 18:05:07 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-20 18:05:07 -0400 |
| commit | 0ade7357a2df463243a41d3e4410e7ed3de8d17a (patch) | |
| tree | 53a66c006e413ec65be9b09da11298eca2dd38a4 /MANIFEST.in | |
| parent | b6ba61ff77ae6d5adfe32c79528b0fca7eed9690 (diff) | |
| download | python-coveragepy-0ade7357a2df463243a41d3e4410e7ed3de8d17a.tar.gz | |
New theory about how to kit for py3k: coverage3k-* kits are for 3.x
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 5a7dcab..ce340f6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,8 +2,6 @@ include coverage.egg-info/*.* include coverage/*.py include coverage/htmlfiles/*.* -include py3k/*.py -include py3k/htmlfiles/*.* include ez_setup.py include setup.py include README.txt |
