Skip to content

Commit

Permalink
Merge pull request #9 from fdemmer/patch-1
Browse files Browse the repository at this point in the history
add missing quotes around python-modargs
  • Loading branch information
zedshaw committed Feb 26, 2013
2 parents d259a66 + 151453b commit 78a2011
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

try:
from setuptools import setup
except ImportError:
Expand All @@ -16,7 +15,7 @@
'version': '1.2',
'scripts': ['bin/lamson'],
'install_requires': ['chardet', 'jinja2', 'mock', 'nose', 'python-daemon',
python-modargs],
'python-modargs'],
'packages': ['lamson',
'lamson.handlers'],
'name': 'lamson'
Expand Down

0 comments on commit 78a2011

Please sign in to comment.