lib-not-dr/pyproject.toml

19 lines
375 B
TOML
Raw Normal View History

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