Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-03 01:32:15 +0300
committerGeorg Brandl <georg@python.org>2008-11-03 01:32:15 +0300
commit4deb6391a036e353027a9ebea6f763304cd133fb (patch)
tree48355ed9d5b258675130a80c2b7d741207f98096 /MANIFEST.in
parent27a2a760c7385be8224eb7d1f4fcc3ceae4cd3a7 (diff)
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 000000000..c468330d4
--- /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