summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-10-13 06:12:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-10-13 06:12:45 -0400
commite5df01cadf622629ba8d418e96f8b14b468a551a (patch)
treebcd61090c5f44e25d830b54e210dbbeb02655453 /MANIFEST.in
parentb8ed98b4065cdebd77cf38ad19de82a9c3ee9513 (diff)
downloadpython-coveragepy-e5df01cadf622629ba8d418e96f8b14b468a551a.tar.gz
Source kit now has a complete working tree. #137
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in34
1 files changed, 33 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b61fd0e..31e2230 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,12 +3,44 @@
# MANIFEST.in file for coverage.py
-include __main__.py
include AUTHORS.txt
include CHANGES.rst
include LICENSE.txt
+include MANIFEST.in
+include Makefile
include NOTICE.txt
include README.rst
+include TODO.txt
+include __main__.py
+include .travis.yml
+include appveyor.yml
+include circle.yml
+include howto.txt
+include igor.py
+include metacov.ini
+include pylintrc
+include setup.py
+include tox.ini
+include tox_wheels.ini
+
+recursive-include ci *.*
+exclude ci/appveyor.token
recursive-include coverage/fullcoverage *.py
recursive-include coverage/ctracer *.c *.h
+
+recursive-include doc conf.py *.pip *.rst *.txt
+recursive-include doc/_static *.*
+prune doc/_build
+
+recursive-include requirements *.pip
+
+recursive-include tests *.py *.tok
+recursive-include tests/farm */gold*/*.* */gold*/*/*.*
+recursive-include tests/farm/*/src * *.*
+recursive-include tests js/*.* qunit/*.*
+prune tests/eggsrc/build
+prune tests/eggsrc/dist
+prune tests/eggsrc/*.egg-info
+
+global-exclude *.py[co]