Skip to content

Commit

Permalink
add missing comma in requirements list
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgrant committed May 14, 2011
1 parent e8be404 commit 5aa596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -8,7 +8,7 @@
license='BSD',
long_description=open('README.md').read(),
install_requires=[
'python-dateutil < 2.0' # dateutil (used by vobject) 2+ only works with Python 3
'python-dateutil < 2.0', # dateutil (used by vobject) 2+ only works with Python 3
'vobject',
],
)

0 comments on commit 5aa596d

Please sign in to comment.