summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2020-08-03 08:41:18 -0400
committerGitHub <noreply@github.com>2020-08-03 14:41:18 +0200
commit4fd6e3d765c9606454cd4765117dbc6731f43170 (patch)
tree9dbd2d3eaf9129d67b20dd933e820438e0fb54c0 /MANIFEST.in
parentb2bca41bdee8ed315d9f97ef89bdc234defd3b4c (diff)
downloadpyopenssl-4fd6e3d765c9606454cd4765117dbc6731f43170.tar.gz
Remove RPM build script that we have no idea if it works (#923)
* Remove RPM build script that we have no idea if it works * MANIFEST.in as well
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index cfbec1c..bc3ee4d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,7 +2,6 @@ include LICENSE MANIFEST.in *.rst tox.ini .coveragerc
exclude leakcheck codecov.yml
recursive-include tests *.py
recursive-include doc *
-recursive-include rpm *
recursive-exclude leakcheck *.py *.pem
prune doc/_build
prune .travis