summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-04-11 07:12:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-04-11 07:28:16 -0400
commit5cca338ef0698a8c252df764ae94f72955f2543c (patch)
treec907e81b6902ad80ad9e21f50009682b1b8ab414 /MANIFEST.in
parent77009b45a8ce878e8739df5d49c62caa27ba6aa1 (diff)
downloadpython-coveragepy-git-5cca338ef0698a8c252df764ae94f72955f2543c.tar.gz
Explain a bit about the thinking behind the MANIFEST
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index a06c0562..ba46f3db 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,6 +3,11 @@
# MANIFEST.in file for coverage.py
+# This file includes everything needed to recreate the entire project, even
+# though many of these files are not installed by setup.py. Unpacking the
+# .tar.gz source distribution would give you everything needed to continue
+# developing the project. "pip install" will not install many of these files.
+
include CONTRIBUTORS.txt
include CHANGES.rst
include LICENSE.txt