Skip to content

Commit defe15a

Browse files
authored
Update package metadata (#983)
1 parent 3202c46 commit defe15a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ breaking API changes.
1616

1717
See also: https://neo4j.com/developer/kb/neo4j-supported-versions/
1818

19+
+ Python 3.12 supported.
1920
+ Python 3.11 supported.
2021
+ Python 3.10 supported.
2122
+ Python 3.9 supported.

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,14 @@ classifiers = [
4343
dynamic = ["version", "readme"]
4444

4545
[project.urls]
46-
Homepage = "https://github.com/neo4j/neo4j-python-driver"
46+
Homepage = "https://neo4j.com/"
47+
Repository = "https://github.com/neo4j/neo4j-python-driver"
48+
"Docs (Manual)" = "https://neo4j.com/docs/python-manual/current/"
49+
"Docs (API Reference)" = "https://neo4j.com/docs/api/python-driver/current/"
50+
"Issue Tracker" = "https://github.com/neo4j/neo4j-python-driver/issues"
51+
Changelog = "https://github.com/neo4j/neo4j-python-driver/wiki"
52+
Forum = "https://community.neo4j.com/c/drivers-stacks/python/"
53+
Discord = "https://discord.com/invite/neo4j"
4754

4855
[project.optional-dependencies]
4956
numpy = ["numpy >= 1.7.0, < 2.0.0"]

0 commit comments

Comments
 (0)