diff --git a/python/Cargo.toml b/python/Cargo.toml index 434b6a55..3c7e9c52 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -35,5 +35,5 @@ classifier = [ "Topic :: Database :: Database Engines/Servers", "Topic :: Software Development :: Libraries :: Python Modules", ] -project-url = { Documentation = "https://oxigraph.org/pyoxigraph/", Source = "https://github.com/oxigraph/oxigraph/tree/master/python", Tracker = "https://github.com/oxigraph/oxrdflib/issues" } +project-url = { Documentation = "https://oxigraph.org/pyoxigraph/", Source = "https://github.com/oxigraph/oxigraph/tree/master/python", Tracker = "https://github.com/oxigraph/oxigraph/issues" } requires-python = ">=3.6"