summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: b40626c3fa9baf17058a930fd3faa3bcdc577707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[build-system]
requires = ["maturin>=0.14"]
build-backend = "maturin"

[project]
name = "slidge-style-parser"
version = "v0.1.9"
requires-python = ">=3.7"
classifiers = [
    "Programming Language :: Rust",
    "Programming Language :: Python :: Implementation :: CPython",
    "Programming Language :: Python :: Implementation :: PyPy",
]


[project.urls]
Homepage = "https://github.com/BluebonnetField/slidge-style-parser"
Repository = "https://github.com/BluebonnetField/slidge-style-parser"


[tool.maturin]
features = ["pyo3/extension-module"]