summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-11-27 13:24:55 -0500
committerGitHub <noreply@github.com>2020-11-27 12:24:55 -0600
commitf3667e95188e8c14458a7943c7efab3776b04711 (patch)
tree347da10b54c265fbbc8eb703e5e25824328065eb /MANIFEST.in
parent313c1dd92d14c3854ec48adc6bf85ed325963e43 (diff)
downloadpyopenssl-f3667e95188e8c14458a7943c7efab3776b04711.tar.gz
Remove leakcheck (#965)
It's not being run anywhere, and plainly doesn't support py3 so it's clearly not important to anyone.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index bc3ee4d..65b7dc3 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,6 @@
include LICENSE MANIFEST.in *.rst tox.ini .coveragerc
-exclude leakcheck codecov.yml
+exclude codecov.yml
recursive-include tests *.py
recursive-include doc *
-recursive-exclude leakcheck *.py *.pem
prune doc/_build
prune .travis