summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2018-01-08 20:29:37 -0500
committerWaylan Limberg <waylan.limberg@icloud.com>2018-01-08 20:35:13 -0500
commitc04acd27ce838a701efdbbfdad4b7c98bfdbb4ac (patch)
tree0a903da1c7b87c31c2a039d9b60b2c7c28cb8705
parentfc96b467832cfe4d7060017e439344b10c77a31b (diff)
downloadpython-markdown-2.6.tar.gz
Include MkDocs config in dist.2.6
Backport of a102ed4 to 2.6 bugfix branch. See #621.
-rw-r--r--MANIFEST.in2
-rw-r--r--doc-requirements.txt2
2 files changed, 4 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b60fb3b..c3d529d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -10,3 +10,5 @@ include LICENSE.md
include README.md
include INSTALL.md
include MANIFEST
+include *-requirements.txt
+include mkdocs.yml
diff --git a/doc-requirements.txt b/doc-requirements.txt
new file mode 100644
index 0000000..3f90abe
--- /dev/null
+++ b/doc-requirements.txt
@@ -0,0 +1,2 @@
+mkdocs
+mkdocs-nature