mirror of
https://github.com/NovaOSS/nova-python.git
synced 2024-11-25 18:53:59 +01:00
23 lines
563 B
TOML
23 lines
563 B
TOML
[build-system]
|
|
requires = ["maturin>=1.1,<2.0"]
|
|
build-backend = "maturin"
|
|
|
|
[project]
|
|
name = "nova-python"
|
|
authors = [
|
|
{name = "Leander <@henceiusegentoo>"}
|
|
]
|
|
|
|
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",
|
|
]
|
|
|
|
[project.urls]
|
|
"Repo" = "https://github.com/henceiusegentoo/nova-python"
|
|
|
|
[tool.maturin]
|
|
features = ["pyo3/extension-module"] |