Skip to content

Commit 85aa286

Browse files
committed
setup.py metadata updates
(cherry picked from commit 98902c5)
1 parent 6f69ae4 commit 85aa286

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
'description' : 'Utilities to convert Redis RDB files to JSON or SQL formats',
2424
'long_description' : long_description,
2525
'url': 'https://github.com/sripathikrishnan/redis-rdb-tools',
26-
'download_url' : 'http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%s.tar.gz' % __version__,
27-
'author' : 'Sripathi Krishnan',
26+
'download_url': 'https://github.com/sripathikrishnan/redis-rdb-tools/archive/rdbtools-%s.tar.gz' % __version__,
27+
'author': 'Sripathi Krishnan, Redis Labs',
2828
'author_email' : 'Sripathi.Krishnan@gmail.com',
29-
'maintainer' : 'Sripathi Krishnan',
30-
'maintainer_email' : 'Sripathi.Krishnan@gmail.com',
29+
'maintainer': 'Sripathi Krishnan, Redis Labs',
30+
'maintainer_email': 'oss@redislabs.com',
3131
'keywords' : ['Redis', 'RDB', 'Export', 'Dump', 'Memory Profiler'],
3232
'license' : 'MIT',
3333
'packages' : ['rdbtools', 'rdbtools.cli'],

0 commit comments

Comments
 (0)