summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2011-01-02 14:23:42 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2011-01-02 14:23:42 -0500
commit350aed3fdb9f1e73e69655e53f44ca6a91c196da (patch)
tree3d2a128667b5f6ca6d0b4e1f4865fc98aac6b60b /setup.py
parent71f92436bdc86f30e2c21d8f5244733601e8c39e (diff)
downloadsqlalchemy-350aed3fdb9f1e73e69655e53f44ca6a91c196da.tar.gz
- whitespace removal bonanza
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: