25 lines
601 B
TOML
25 lines
601 B
TOML
[project]
|
|
version = "0.0.4"
|
|
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",
|
|
]
|
|
license = { file = "LICENSE" }
|
|
|
|
[project.urls]
|
|
Homepage = "https://github.com/shenjackyuanjie/lib-not-dr"
|
|
Repository = "https://github.com/shenjackyuanjie/lib-not-dr"
|
|
Changelog = "https://github.com/shenjackyuanjie/lib-not-dr/blob/main/docs/change_log.md"
|
|
|