Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
jplesperance committed Mar 19, 2015
1 parent ce15c65 commit 09199a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
if sys.version_info < (2, 7):
install_requires.append('argparse')

setup(name='redis-hound',
setup(name='redis-sniffer',
version=version,
iteration='',
iteration='1',
description="A redis sniffing & event logging utility",
long_description=open('README.md').read(),
classifiers=['Topic :: Database',
Expand All @@ -30,7 +30,7 @@
install_requires=install_requires,
entry_points={
'console_scripts': [
'redis-sniffer = redis_sniffer.main.main',
'redis-sniffer = redis_sniffer.main:main',
],
},
)

0 comments on commit 09199a7

Please sign in to comment.