From 85aa2861cc123efc6e2327a87fa7e5ac1d160558 Mon Sep 17 00:00:00 2001 From: oranagra Date: Thu, 18 Aug 2016 18:13:17 +0300 Subject: [PATCH] setup.py metadata updates (cherry picked from commit 98902c5d6b0d4a55742d380401899cac8d9d488e) --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'],