Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandro Souza committed Mar 20, 2016
1 parent aee8870 commit b03d670
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,14 @@
install_requires=[
'six>=1.9.0,<2.0.0',
'user-agents>=1.0.0,<2.0.0',
]
],
extras_require={
'tests': tests_require,
},
entry_points={
'console_scripts': [
# add cli scripts here in this form:
# 'elb-log-parser=elb_log_parser.cli:main',
],
},
)

0 comments on commit b03d670

Please sign in to comment.