summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-02 23:32:15 +0100
committerGeorg Brandl <georg@python.org>2008-11-02 23:32:15 +0100
commitc9784595e7d4f66be3505e26ead08375eb30e355 (patch)
tree48355ed9d5b258675130a80c2b7d741207f98096 /MANIFEST.in
parent905c58ef8f21a6c887f210ff82df40fd1aeb1819 (diff)
downloadsphinx-c9784595e7d4f66be3505e26ead08375eb30e355.tar.gz
Add a manifest, since setuptools doesn't support hg.
Also add a few more things to hgignore file.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 00000000..c468330d
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,22 @@
+include README
+include LICENSE
+include AUTHORS
+include CHANGES
+include EXAMPLES
+include TODO
+
+include babel.cfg
+include Makefile
+include ez_setup.py
+include sphinx-build.py
+include sphinx-quickstart.py
+
+recursive-include sphinx/texinputs *.*
+recursive-include sphinx/templates *.html *.xml
+recursive-include sphinx/static *.*
+recursive-include sphinx/locale *.*
+recursive-include tests *.*
+recursive-include utils *.*
+
+recursive-include doc *.*
+prune doc/_build