Browse Source

Fixed syntax error in setup.py

Ask Solem 14 years ago
parent
commit
54e755d0fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -129,7 +129,7 @@ except ImportError:
 install_requires.extend([
     "python-dateutil",
     "anyjson",
-    "kombu
+    "kombu",
     "pyparsing",
 ])