summaryrefslogtreecommitdiff
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
parentb2bca41bdee8ed315d9f97ef89bdc234defd3b4c (diff)
downloadpyopenssl-git-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
-rw-r--r--MANIFEST.in1
-rw-r--r--rpm/build_script1
2 files changed, 0 insertions, 2 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
diff --git a/rpm/build_script b/rpm/build_script
deleted file mode 100644
index 1b0276b..0000000
--- a/rpm/build_script
+++ /dev/null
@@ -1 +0,0 @@
-make -C doc text html