summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-10-13 10:56:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-10-13 12:11:49 -0400
commitf1505afb5212b8291dffe607e6cdfa565fceb359 (patch)
treead514fda9f3cb00f1859ed1742efaf04991c13c6 /MANIFEST.in
parent54d8366cc755ebabdd15b6418f209e7339321847 (diff)
downloadpython-coveragepy-git-f1505afb5212b8291dffe607e6cdfa565fceb359.tar.gz
Save copies of support files so we can view gold files properly
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b30f8851..7a84cf20 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -28,21 +28,21 @@ include tox_wheels.ini
include .editorconfig
include .readthedocs.yml
-recursive-include ci *.*
+recursive-include ci *
exclude ci/*.token
recursive-include coverage/fullcoverage *.py
recursive-include coverage/ctracer *.c *.h
recursive-include doc *.py *.pip *.rst *.txt *.png
-recursive-include doc/_static *.*
+recursive-include doc/_static *
prune doc/_build
recursive-include requirements *.pip
recursive-include tests *.py *.tok
-recursive-include tests/gold *.*
-recursive-include tests js/*.* qunit/*.*
+recursive-include tests/gold *
+recursive-include tests js/* qunit/*
prune tests/eggsrc/build
global-exclude *.py[co]