From: salimfadhley Date: Sun, 16 Jun 2013 19:30:11 +0000 (+0100) Subject: Fix typo X-Git-Tag: v0.2.23~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=54c025f49f53a9d2e1cb75f59475b4deb5f45355;p=tools%2Fpython-jenkinsapi.git Fix typo --- diff --git a/setup.py b/setup.py index e1e77cd..276000d 100644 --- 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,