summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-03-21 17:22:42 +0000
committergeorg.brandl <devnull@localhost>2008-03-21 17:22:42 +0000
commitcc799a0944b560558eb360f009ef896515cc7abd (patch)
tree0ab13290402a45924b42c9f646fa74cf325c452e /setup.py
parent4aa3647c034ce3bc50d477b28de61966246777fe (diff)
downloadsphinx-cc799a0944b560558eb360f009ef896515cc7abd.tar.gz
Remove unicode characters from description.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index fd3a1775..210416ac 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,8 @@ from setuptools import setup, Feature
long_desc = '''
Sphinx is a tool that makes it easy to create intelligent and beautiful
-documentation for Python projects, written by Georg Brandl.
+documentation for Python projects (or other documents consisting of
+multiple reStructuredText sources), written by Georg Brandl.
It was originally created to translate the new Python documentation,
but has now been cleaned up in the hope that it will be useful to many
other projects.
@@ -17,7 +18,7 @@ come from the power and straightforwardness of reStructuredText and its
parsing and translating suite, the Docutils.
Although it is still under constant development, the following features
-are already present, work fine and can be seen “in action” in the Python docs:
+are already present, work fine and can be seen "in action" in the Python docs:
* Output formats: HTML (including Windows HTML Help) and LaTeX,
for printable PDF versions