diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 08:12:06 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-06 08:12:06 -0400 |
| commit | fd61ab307506484b282f3d35fc442e45c49dbebd (patch) | |
| tree | 327a1ee1725a1b634a7d8dceece1cd2e6f34211c | |
| parent | 9577de479d8ea3b11a8ff97f499b34645f53f139 (diff) | |
| download | python-coveragepy-fd61ab307506484b282f3d35fc442e45c49dbebd.tar.gz | |
Remove tests and docs from the kit, since they weren't used or usable.
| -rw-r--r-- | CHANGES.txt | 5 | ||||
| -rw-r--r-- | MANIFEST.in | 18 |
2 files changed, 10 insertions, 13 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ec14f36..ccda435 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -17,6 +17,11 @@ Latest create that file if we are running under Jenkins, to keep things working smoothly. `issue 404`_. +- Kits used to include tests and docs, but didn't install them anywhere, or + provide all of the supporting tools to make them useful. Kits no longer + include tests and docs. If you were using them from the older packages, get + in touch and help me understand how. + .. _issue 403: https://bitbucket.org/ned/coveragepy/issues/403/hasherupdate-fails-with-typeerror-nonetype .. _issue 404: https://bitbucket.org/ned/coveragepy/issues/404/shiningpanda-jenkins-plugin-cant-find-html diff --git a/MANIFEST.in b/MANIFEST.in index 2101985..a311395 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,20 +2,12 @@ # For details: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt # MANIFEST.in file for coverage.py -recursive-include coverage/ctracer * -recursive-include coverage/fullcoverage * -recursive-include coverage/htmlfiles * -include coverage.egg-info/*.* -include setup.py include __main__.py -include README.rst -include CHANGES.txt include AUTHORS.txt -include requirements.pip -include igor.py -include tox.ini +include CHANGES.txt +include LICENSE.txt +include NOTICE.txt +include README.rst -recursive-include tests * -recursive-include doc *.rst -global-exclude *.pyc +recursive-include coverage/fullcoverage * |
