]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
add docs recursively to MANIFEST.in 1436/head
authorAlex Brandt <alunduil@alunduil.com>
Sun, 3 May 2015 14:45:20 +0000 (09:45 -0500)
committerAlex Brandt <alunduil@alunduil.com>
Thu, 7 May 2015 15:25:39 +0000 (10:25 -0500)
When packaging tornado for Gentoo I found the documentation was not
available in the sdist provided on pypi.  This adds the documentation so
that users can choose to install it locally.

MANIFEST.in

index 2ef91269687c9e28f8dfdf2339009741aa040d49..41050ad6159297814c6874818f26b2549c351da9 100644 (file)
@@ -1,4 +1,6 @@
 recursive-include demos *.py *.yaml *.html *.css *.js *.xml *.sql README
+recursive-include docs *
+prune docs/build
 include tornado/speedups.c
 include tornado/test/README
 include tornado/test/csv_translations/fr_FR.csv