File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
__version__ = '0.5.0'
2
- REPO = 'https://github.com/HunanTV /redis-trib.py'
2
+ REPO = 'https://github.com/quixey /redis-trib.py'
Original file line number Diff line number Diff line change 4
4
setup (
5
5
name = 'redis-trib' ,
6
6
version = redistrib .__version__ ,
7
- author = 'Neuron Teckid ' ,
8
- author_email = 'lene13@gmail .com' ,
7
+ author = 'Chris Hoffman ' ,
8
+ author_email = 'chris@quixey .com' ,
9
9
license = 'MIT' ,
10
10
keywords = 'Redis Cluster' ,
11
11
url = redistrib .REPO ,
12
12
description = 'Redis Cluster tools in Python2' ,
13
13
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' ,
15
16
install_requires = [
16
17
'hiredis' ,
17
18
'retrying' ,
19
+ 'six' ,
20
+ 'redis'
18
21
],
19
22
zip_safe = False ,
20
23
entry_points = dict (
You can’t perform that action at this time.
0 commit comments