Difficult-Rocket/mods/dr_game/Difficult_Rocket_rs/src/pyproject.toml

19 lines
594 B
TOML
Raw Normal View History

2023-01-20 14:08:12 +08:00
[build-system]
2023-01-20 23:30:27 +08:00
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",
2023-01-23 01:58:07 +08:00
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
2023-07-08 11:45:18 +08:00
'Programming Language :: Python :: 3.11',
2023-01-20 23:30:27 +08:00
]