nova-python/pyproject.toml

22 lines
544 B
TOML
Raw Normal View History

2023-08-07 10:26:09 +02:00
[build-system]
requires = ["maturin>=1.1,<2.0"]
build-backend = "maturin"
[project]
name = "nova-python"
authors = [
{name = "Leander <@henceiusegentoo>"}
2023-08-07 10:26:09 +02:00
]
description = "🐍 Python library for accessing the Nova API"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
repository = "https://github.com/NovaOSS/nova-python"
2023-08-07 10:26:09 +02:00
[tool.maturin]
features = ["pyo3/extension-module"]