Files
sphinx/MANIFEST.in
Georg Brandl 4deb6391a0 Add a manifest, since setuptools doesn't support hg.
Also add a few more things to hgignore file.
2008-11-02 23:32:15 +01:00

23 lines
462 B
Plaintext

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