aboutsummaryrefslogtreecommitdiffstats
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:32:22 -0500
commita102ed4be389d661ced9eff232af8bb90032a0f8 (patch)
tree72fd0322dacf1560a2ffe78eaee88592e4f72de6
parent780e53be650411920e891404e8cbdf7f7679861f (diff)
downloadmarkdown-a102ed4be389d661ced9eff232af8bb90032a0f8.tar.gz
markdown-a102ed4be389d661ced9eff232af8bb90032a0f8.tar.bz2
markdown-a102ed4be389d661ced9eff232af8bb90032a0f8.zip
Include MkDocs config in dist.
Fixes #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