Difficult-Rocket/mods/dr_game/Difficult_Rocket_rs/src/pyproject.toml
2023-05-02 17:23:02 +08:00

18 lines
548 B
TOML

[build-system]
requires = ["setuptools", "wheel", "setuptools-rust"]
[project]
name = 'Difficult_Rocket_rs'
dynamic = ['version']
authors = [
{name = 'shenjackyuanjie', email = '3695888@qq.com'}
]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
]