summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-02-02 21:44:21 +0100
committerIlya Etingof <etingof@gmail.com>2017-02-02 21:44:21 +0100
commit3501b3bd46cdde98861333793c32fa97b04005fe (patch)
tree3b2edc0a751454a9b6dd3440b52ccc424fac4f02 /MANIFEST.in
parent3a20f77bc43909b5529a6768b18d1e6481c56030 (diff)
downloadpyasn1-git-3501b3bd46cdde98861333793c32fa97b04005fe.tar.gz
move text files to .rst
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 53ddd63..3ebf9c1 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,5 @@
-include *.txt *.md
+include *.rst
recursive-include test *.py
-recursive-include doc *.html
+recursive-include doc Makefile *.rst
+prune doc/build
+prune doc/source/.templates \ No newline at end of file