Skip to content

Commit b456efd

Browse files
committed
Adds author to setup.py
1 parent c99bbe1 commit b456efd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
setup(
55
name='rejson',
66
version='0.1',
7-
7+
author='Redis Labs',
8+
author_email='[email protected]',
89
description='ReJSON Python Client',
910
url='http://github.com/RedisLabs/rejson-py',
1011
packages=find_packages(),

0 commit comments

Comments
 (0)