-
Notifications
You must be signed in to change notification settings - Fork 416
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated the README contents of the Python driver for the pypi release. - Fixed errors in test_age_py.py that was causing connectivity issues.
- Loading branch information
Showing
4 changed files
with
382 additions
and
372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,16 +20,17 @@ | |
long_description = fh.read() | ||
|
||
setup( | ||
name = 'age', | ||
version = VERSION.VERSION, | ||
name = 'apache-age-python', | ||
version = '0.0.7', | ||
description = 'Python driver support for Apache AGE', | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
author = 'Apache AGE', | ||
author = 'Ikchan Kwon, Apache AGE', | ||
author_email = '[email protected]', | ||
url = 'https://github.com/apache/age', | ||
url = 'https://github.com/apache/age/tree/master/drivers/python', | ||
download_url = 'https://github.com/apache/age/releases' , | ||
license = 'Apache2.0', | ||
install_requires = [ 'psycopg2', 'antlr4-python3-runtime==4.11.1'], | ||
install_requires = [ 'psycopg2', 'antlr4_python3_runtime==4.11.1'], | ||
packages = ['age', 'age.gen'], | ||
keywords = ['Graph Database', 'Apache AGE', 'PostgreSQL'], | ||
python_requires = '>=3.9', | ||
|
Oops, something went wrong.