File: pyproject.toml

package info (click to toggle)
oxigraph 0.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,848 kB
  • sloc: python: 1,949; cpp: 158; sh: 145; makefile: 42
file content (24 lines) | stat: -rw-r--r-- 763 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "oxigraph"
classifiers = [
    "Development Status :: 3 - Alpha",
    "Intended Audience :: Developers",
    "License :: OSI Approved :: Apache Software License",
    "License :: OSI Approved :: MIT License",
    "Programming Language :: Rust",
]
dynamic = ["authors", "description", "keywords", "license", "license-files", "maintainers", "readme", "version"]

[project.urls]
Changelog = "https://github.com/oxigraph/oxigraph/blob/main/CHANGELOG.md"
Documentation = "https://oxigraph.org/"
Homepage = "https://oxigraph.org/"
Source = "https://github.com/oxigraph/oxigraph/tree/main/cli"
Tracker = "https://github.com/oxigraph/oxigraph/issues"

[build-system]
requires = ["maturin~=1.0"]
build-backend = "maturin"

[tool.maturin]
bindings = "bin"