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>2014-01-12 22:44:04 +0400
committerGeorg Brandl <georg@python.org>2014-01-12 22:44:04 +0400
commit42a8138c30ca2415c068f6dc19f9dbffddca0cac (patch)
treecbb620d934ef2edafacb2250d75fb7530f9b9b0b /MANIFEST.in
parent531d70989f318f0821061ff1224b2c8b97402a43 (diff)
Closes #1152: Fix pycode parsing errors of Python 3 code by including two grammar
versions for Python 2 and 3, and loading the appropriate version for the running Python version.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index ddd0186d6..5db26b81e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -20,7 +20,8 @@ recursive-include sphinx/ext/autosummary/templates *
recursive-include tests *
recursive-include utils *
recursive-include custom_fixers *
-include sphinx/pycode/Grammar.txt
+include sphinx/pycode/Grammar-py2.txt
+include sphinx/pycode/Grammar-py3.txt
recursive-include doc *
prune doc/_build