typo
authorAnrs Hu <anders.x.hu@gmail.com>
Tue, 5 Jun 2012 06:17:19 +0000 (14:17 +0800)
committerAnrs Hu <anders.x.hu@gmail.com>
Tue, 5 Jun 2012 06:17:19 +0000 (14:17 +0800)
setup.py

index 9e96e11f64893dd4df54c3d26e6bfe071dd37951..28c2372867894019abab719f68c56f13a996cbe6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(name=PROJECT_NAME.lower(),
       packages=["jenkinsapi", 'jenkinsapi.utils', 'jenkinsapi.command_line'],
       zip_safe=True,
       include_package_data=False,
-      install_requires=['beautifulsoup4', 'lxml']
+      install_requires=['beautifulsoup4', 'lxml'],
       entry_points=GLOBAL_ENTRY_POINTS,
       url=PROJECT_URL,
       description=SHORT_DESCRIPTION,