Fixes bug tracked URL in pyoxigraph metadata

pull/84/head
Tpt 4 years ago
parent 06bf362ffe
commit 6b051d2cf7
  1. 2
      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"

Loading…
Cancel
Save