forked from MaxOhn/rosu-pp-py
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (22 loc) · 778 Bytes
/
pyproject.toml
File metadata and controls
24 lines (22 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[build-system]
requires = ["maturin>=1,<2"]
build-backend = "maturin"
[project]
name = "rina-pp-pyb"
version = "1.0.4"
requires-python = ">=3.7"
description = "Difficulty and performance calculation for osu!"
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
authors = [{ name = "Max Ohn", email = "ohn.m@hotmail.de" }]
readme = "README.md"
license = { file = "LICENSE" }
keywords = ["osu", "pp", "stars", "performance", "difficulty"]
[tool.maturin]
features = ["pyo3/extension-module", "pyo3/generate-import-lib"]