diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-28 19:11:18 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-28 19:48:31 -0500 |
| commit | 76e80108c11b042e6e929641fe3f38975f5765ba (patch) | |
| tree | 30108065126938ccceb395f2dae706857e6ccab9 /MANIFEST.in | |
| parent | 73b63060c3de39453f2af57db5eb9610c0f39625 (diff) | |
| download | python-coveragepy-git-76e80108c11b042e6e929641fe3f38975f5765ba.tar.gz | |
Remove unneeded CI and kitting support
We no longer:
- Use Travis
- Use AppVeyor
- Build manylinux wheels locally
- Build other wheels locally
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 4 |
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 |
