summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-24 19:44:13 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-24 21:07:01 +0900
commit1b8c2f2d6b356cef3e88a05694afe4e868ff16df (patch)
tree7f41193ceeb015e11264d343014471fb4f675c9c /MANIFEST.in
parent50f9c5cc38a7a55d7deaf4534a81b1d88141c6f2 (diff)
downloadsphinx-git-1b8c2f2d6b356cef3e88a05694afe4e868ff16df.tar.gz
Update MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index fcdb407b6..a4f643818 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,6 +2,8 @@ include README.rst
include LICENSE
include AUTHORS
include CHANGES
+include CHANGES.old
+include CONTRIBUTING.rst
include EXAMPLES
include TODO
@@ -12,11 +14,15 @@ include sphinx-autogen.py
include sphinx-build.py
include sphinx-quickstart.py
include sphinx-apidoc.py
+include test-reqs.txt
+include tox.ini
+include sphinx/locale/.tx/config
recursive-include sphinx/templates *
recursive-include sphinx/texinputs *
recursive-include sphinx/themes *
-recursive-include sphinx/locale *.js *.po *.mo
+recursive-include sphinx/pycode/pgen2 *.c *.pyx
+recursive-include sphinx/locale *.js *.pot *.po *.mo
recursive-include sphinx/search/non-minified-js *.js
recursive-include sphinx/ext/autosummary/templates *
recursive-include tests *