diff --git a/wrappers/python/setup.py b/wrappers/python/setup.py index 35340277..b7a969d9 100644 --- a/wrappers/python/setup.py +++ b/wrappers/python/setup.py @@ -12,8 +12,8 @@ setup( name=PACKAGE_NAME, version=VERSION, - author="Hyperledger Aries Contributors", - author_email="aries@lists.hyperledger.org", + author="Hyperledger Indy Contributors", + author_email="indy@lists.hyperledger.org", url="https://github.com/hyperledger/indy-vdr", packages=find_packages(), include_package_data=True,