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>2011-11-02 00:40:52 +0400
committerGeorg Brandl <georg@python.org>2011-11-02 00:40:52 +0400
commitcc1ca3a43a18ad961760e7dbfc3535eddec6da79 (patch)
tree1be9c34a4fa1e8547442b1fa2479915fdd2abb17 /MANIFEST.in
parentb4d802342e7f0a487d96481bfd3e2fe415bac68c (diff)
Closes #809: Include custom fixers in the source distribution.v1.1.21.1.2
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 214b81608..cf308103c 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 *