changeset 387:43ce9110d5a6

fixed bad indent in setup.py
author Catherine Devlin <catherine.devlin@gmail.com>
date Mon, 24 May 2010 05:27:26 -0400
parents 43ea72144e04
children 52ab96d4f179
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Fri Mar 12 19:41:57 2010 -0500
+++ b/setup.py	Mon May 24 05:27:26 2010 -0400
@@ -4,7 +4,7 @@
 except ImportError:
     from distutils.core import setup
     def find_packages():
-    return ['sqlpython']
+        return ['sqlpython']
 import sys
 
 python3 = sys.version_info[0] > 2