diff --git a/setup.py b/setup.py index 3efc6ab..74b376d 100644 --- a/setup.py +++ b/setup.py @@ -23,11 +23,11 @@ 'description' : 'Utilities to convert Redis RDB files to JSON or SQL formats', 'long_description' : long_description, 'url': 'https://github.com/sripathikrishnan/redis-rdb-tools', - 'download_url' : 'http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%s.tar.gz' % __version__, - 'author' : 'Sripathi Krishnan', + 'download_url': 'https://github.com/sripathikrishnan/redis-rdb-tools/archive/rdbtools-%s.tar.gz' % __version__, + 'author': 'Sripathi Krishnan, Redis Labs', 'author_email' : 'Sripathi.Krishnan@gmail.com', - 'maintainer' : 'Sripathi Krishnan', - 'maintainer_email' : 'Sripathi.Krishnan@gmail.com', + 'maintainer': 'Sripathi Krishnan, Redis Labs', + 'maintainer_email': 'oss@redislabs.com', 'keywords' : ['Redis', 'RDB', 'Export', 'Dump', 'Memory Profiler'], 'license' : 'MIT', 'packages' : ['rdbtools', 'rdbtools.cli'],