This is an automated email from the ASF dual-hosted git repository.
dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/master by this push:
new e31f4704 Changed author name and email (#922)
e31f4704 is described below
commit e31f47040b1ee20a14115694a32ee8502c92d66e
Author: Moontasir Mahmood <[email protected]>
AuthorDate: Tue May 16 03:47:54 2023 +0600
Changed author name and email (#922)
---
drivers/python/setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/python/setup.py b/drivers/python/setup.py
index 4565dc5d..0b48b872 100644
--- a/drivers/python/setup.py
+++ b/drivers/python/setup.py
@@ -25,8 +25,8 @@ setup(
description = 'Python driver support for Apache AGE',
long_description=long_description,
long_description_content_type="text/markdown",
- author = 'rhizome',
- author_email = '[email protected]',
+ author = 'Apache AGE',
+ author_email = '[email protected]',
url = 'https://github.com/apache/age',
license = 'Apache2.0',
install_requires = [ 'psycopg2', 'antlr4-python3-runtime==4.11.1'],