Skip to content

Commit

Permalink
Updated setup.py for Kris
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbasta committed Mar 5, 2011
1 parent c26ff2d commit c8351d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -17,7 +17,8 @@
include_package_data=True,
zip_safe=False,
install_requires=[p.strip() for p in open('./requirements.txt')
if not p.startswith('#')],
if not p.startswith(('#',
'-e'))],
scripts=["addon-validator"],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit c8351d9

Please sign in to comment.