lib-not-dr/pyproject.toml

17 lines
392 B
TOML
Raw Normal View History

2023-06-24 20:30:01 +08:00
[project]
version = "0.0.1"
name = "lib-not-dr"
description = "A python lib created from Difficult Rocket development"
readme = "README.md"
authors = [
{name = "shenjackyuanjie", email = "3695888@qq.com"}
]
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.license]
file = "LICENSE"
text = "MPL-2.0"