From 6b051d2cf709ac84ed018effbbfebc4f25512eed Mon Sep 17 00:00:00 2001 From: Tpt Date: Tue, 16 Feb 2021 19:56:22 +0100 Subject: [PATCH] Fixes bug tracked URL in pyoxigraph metadata --- python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"