summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index e3bdfeff8..cf379d898 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ import re
extra = {}
if sys.version_info >= (3, 0):
# monkeypatch our preprocessor
- # onto the 2to3 tool.
+ # onto the 2to3 tool.
from sa2to3 import refactor_string
from lib2to3.refactor import RefactoringTool
RefactoringTool.refactor_string = refactor_string
@@ -84,7 +84,7 @@ setup(name = "SQLAlchemy",
tests_require = ['nose >= 0.11'],
test_suite = "sqla_nose",
-
+
long_description = """\
SQLAlchemy is: