diff options
| -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 ec14f368..ccda4353 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 21019850..a311395a 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 * |
