Skip to content

Commit c78f16e

Browse files
author
Chris Hoffman
committed
update release version
1 parent 4d3f03c commit c78f16e

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

redistrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__version__ = '0.5.0'
2-
REPO = 'https://github.com/HunanTV/redis-trib.py'
2+
REPO = 'https://github.com/quixey/redis-trib.py'

setup.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@
44
setup(
55
name='redis-trib',
66
version=redistrib.__version__,
7-
author='Neuron Teckid',
8-
author_email='lene13@gmail.com',
7+
author='Chris Hoffman',
8+
author_email='chris@quixey.com',
99
license='MIT',
1010
keywords='Redis Cluster',
1111
url=redistrib.REPO,
1212
description='Redis Cluster tools in Python2',
1313
packages=['redistrib'],
14-
long_description='Visit ' + redistrib.REPO + ' for details please.',
14+
long_description='Visit ' + redistrib.REPO + ' for details. Module forked from '
15+
'https://github.com/HunanTV/redis-trib.py',
1516
install_requires=[
1617
'hiredis',
1718
'retrying',
19+
'six',
20+
'redis'
1821
],
1922
zip_safe=False,
2023
entry_points=dict(

0 commit comments

Comments
 (0)