From 5325b4a3338fb3557ed73aa8f53f770c1f7e3852 Mon Sep 17 00:00:00 2001 From: Robsdedude Date: Fri, 3 Nov 2023 21:15:52 +0100 Subject: [PATCH] Update package metadata --- README.rst | 1 + pyproject.toml | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2a8ea716d..8d1ca3660 100644 --- a/README.rst +++ b/README.rst @@ -16,6 +16,7 @@ breaking API changes. See also: https://neo4j.com/developer/kb/neo4j-supported-versions/ ++ Python 3.12 supported. + Python 3.11 supported. + Python 3.10 supported. + Python 3.9 supported. diff --git a/pyproject.toml b/pyproject.toml index 0e649fa70..90c0da02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,14 @@ classifiers = [ dynamic = ["version", "readme"] [project.urls] -Homepage = "https://github.com/neo4j/neo4j-python-driver" +Homepage = "https://neo4j.com/" +Repository = "https://github.com/neo4j/neo4j-python-driver" +"Docs (Manual)" = "https://neo4j.com/docs/python-manual/current/" +"Docs (API Reference)" = "https://neo4j.com/docs/api/python-driver/current/" +"Issue Tracker" = "https://github.com/neo4j/neo4j-python-driver/issues" +Changelog = "https://github.com/neo4j/neo4j-python-driver/wiki" +Forum = "https://community.neo4j.com/c/drivers-stacks/python/" +Discord = "https://discord.com/invite/neo4j" [project.optional-dependencies] numpy = ["numpy >= 1.7.0, < 2.0.0"]