Skip to content

Commit af03ec8

Browse files
authored
Merge pull request #9 from itamarhaber/patch-1
Adds author to setup.cfg
2 parents bff2ff6 + 310734f commit af03ec8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
description='RedisAI Python Client',
1111
url='http://github.com/RedisAI/redisai-py',
12+
author='RedisLabs',
13+
author_email='oss@redislabs.com',
1214
packages=find_packages(),
1315
install_requires=['redis', 'hiredis', 'rmtest'],
1416
classifiers=[

0 commit comments

Comments
 (0)