Fix typo
authorsalimfadhley <sal@stodge.org>
Sun, 16 Jun 2013 19:30:11 +0000 (20:30 +0100)
committersalimfadhley <sal@stodge.org>
Sun, 16 Jun 2013 19:30:11 +0000 (20:30 +0100)
setup.py

index e1e77cd..276000d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -30,7 +30,7 @@ setup(name=PROJECT_NAME.lower(),
       tests_require=['mock', 'nose', 'coverage'],
       # extras_require={
       #   'kerberos': ['kerberos']
-      },
+      #},
       entry_points=GLOBAL_ENTRY_POINTS,
       url=PROJECT_URL,
       description=SHORT_DESCRIPTION,