diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 23:32:01 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 23:32:01 -0500 |
| commit | 2fe6712b7c2a1e89b6465edc64089be2b14dd1cf (patch) | |
| tree | 95593b3cc6555bef8fb97de314d6448a885b0f53 /MANIFEST.in | |
| parent | 13bf18961fdcb2c83975cec3d61854517d9d7240 (diff) | |
| download | python-coveragepy-2fe6712b7c2a1e89b6465edc64089be2b14dd1cf.tar.gz | |
Add tests and docs to the kit, though they are not installed. #137
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 7bb26ac..0150d90 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,6 +7,10 @@ include setup.py include README.txt include CHANGES.txt include AUTHORS.txt +include requirements.txt +include igor.py +include tox.ini -prune test +recursive-include test * +recursive-include doc *.rst global-exclude *.pyc |
