summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2021-02-20 15:57:10 -0600
committerGitHub <noreply@github.com>2021-02-20 16:57:10 -0500
commit901b3d37994921b058e6dd59ab3818d708dfc7b3 (patch)
treec2425d815f44dcb79f740657e1e0b81703cbb19a /MANIFEST.in
parent614d6737d84294b038eead384100e2a7a65f717b (diff)
downloadpyopenssl-901b3d37994921b058e6dd59ab3818d708dfc7b3.tar.gz
fix rtd docs build (#994)
* fix rtd docs build * manifest
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 65b7dc3..b7bdbe9 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
include LICENSE MANIFEST.in *.rst tox.ini .coveragerc
-exclude codecov.yml
+exclude codecov.yml .readthedocs.yml
recursive-include tests *.py
recursive-include doc *
prune doc/_build