Fixes python wheel metadata

pull/134/head
Tpt 3 years ago
parent 605c94e848
commit 294376c725
  1. 13
      python/pyproject.toml

@ -5,7 +5,7 @@ build-backend = "maturin"
[project] [project]
# Most of the metadata are in Cargo.toml and injected by maturin # Most of the metadata are in Cargo.toml and injected by maturin
name = "pyoxigraph" name = "pyoxigraph"
classifier = [ classifiers = [
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License", "License :: OSI Approved :: Apache Software License",
@ -22,9 +22,8 @@ classifier = [
requires-python = ">=3.6" requires-python = ">=3.6"
[project.urls] [project.urls]
changelog = "https://github.com/oxigraph/oxigraph/blob/master/CHANGELOG.md" Changelog = "https://github.com/oxigraph/oxigraph/blob/master/CHANGELOG.md"
documentation = "https://oxigraph.org/pyoxigraph/" Documentation = "https://oxigraph.org/pyoxigraph/"
homepage = "https://oxigraph.org/pyoxigraph/" Homepage = "https://oxigraph.org/pyoxigraph/"
repository = "https://github.com/oxigraph/oxigraph/tree/master/python" Source = "https://github.com/oxigraph/oxigraph/tree/master/python"
source = "https://github.com/oxigraph/oxigraph/tree/master/python" Tracker = "https://github.com/oxigraph/oxigraph/issues"
tracker = "https://github.com/oxigraph/oxigraph/issues"

Loading…
Cancel
Save