From af9113133ca6733fdb28ef49d614c1f939aed59a Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Sat, 20 Feb 2010 21:29:51 -0500 Subject: [PATCH] Fix for #12, README mentions doc/ directory; by including the doc directory in future distributions. --- MANIFEST.in | 3 ++- README | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4d3163f..42ad5ae 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ recursive-include tests *.py *.crt *.key +recursive-include doc *.rst *.txt *.py Makefile *.png recursive-include examples *.py -include MANIFEST.in README.twisted NEWS +include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README diff --git a/README b/README index a92213e..d7b69e5 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Also, look at the examples in the examples directory. Building the Docs Locally ========================= -To build a complete set of HTML documentation, you must have Sphinx, which can be found at http://sphinx.pocoo.org/ +To build a complete set of HTML documentation, you must have Sphinx, which can be found at http://sphinx.pocoo.org/ (or installed with `easy_install sphinx`) cd doc make html