diff options
author | Georg Brandl <georg@python.org> | 2011-11-01 21:40:52 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-11-01 21:40:52 +0100 |
commit | ac523da9115290fb3c4379e5e9d7230c1aa9569d (patch) | |
tree | 1be9c34a4fa1e8547442b1fa2479915fdd2abb17 /MANIFEST.in | |
parent | dfbcfd84f82e4496e66d18418f2f3ef6c293e015 (diff) | |
download | sphinx-ac523da9115290fb3c4379e5e9d7230c1aa9569d.tar.gz |
Closes #809: Include custom fixers in the source distribution.1.1.2
Diffstat (limited to 'MANIFEST.in')
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 214b8160..cf308103 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -19,6 +19,7 @@ recursive-include sphinx/locale * recursive-include sphinx/ext/autosummary/templates * recursive-include tests * recursive-include utils * +recursive-include custom_fixers * include sphinx/pycode/Grammar.txt recursive-include doc * |