summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-05-02 15:27:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-05-02 15:27:37 -0400
commitb74461aef05559e17da555c20f4ce63c610e9307 (patch)
treee34b327fcedc926c5bdd77017266d6f9f9323fa7 /MANIFEST.in
parentd6f5193ee637f9fee1592d5a7ce1a70d90eca68b (diff)
downloadpython-coveragepy-git-b74461aef05559e17da555c20f4ce63c610e9307.tar.gz
build: remove needless excludes
Unfortunately, excluding files that don't exist causes warnings. So try to keep the list as accurate as possible.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 049ee1fd..50c1f790 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -26,7 +26,6 @@ include .editorconfig
include .readthedocs.yml
recursive-include ci *
-exclude ci/*.token
recursive-include .github *
@@ -44,5 +43,3 @@ recursive-include tests *.py *.tok
recursive-include tests/gold *
recursive-include tests js/* qunit/*
prune tests/eggsrc/build
-
-global-exclude *.py[co]