summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-11-28 13:02:50 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-11-28 16:13:11 -0500
commit12eca0fc391bb2f89138df3d6dbaabf78ff32d86 (patch)
treec6af8c4c3ce1b8e3ef4b88079394e1adc61ef240 /MANIFEST.in
parent41d8aef04f172bcd78a27d7a2f138a8a712063bd (diff)
downloadpython-coveragepy-git-gh-actions.tar.gz
Remove unneeded CI and kitting supportgh-actions
We don't use AppVeyor or Travis anymore, or make manylinux or local wheels.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 75257c60..60da201d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -16,8 +16,6 @@ include Makefile
include NOTICE.txt
include README.rst
include __main__.py
-include .travis.yml
-include appveyor.yml
include howto.txt
include igor.py
include metacov.ini
@@ -31,6 +29,8 @@ include .readthedocs.yml
recursive-include ci *
exclude ci/*.token
+recursive-include .github *
+
recursive-include coverage/fullcoverage *.py
recursive-include coverage/ctracer *.c *.h