This commit is contained in:
shenjack 2023-06-25 02:21:41 +08:00
parent f92ac417de
commit fcff7f5392
4 changed files with 24 additions and 4 deletions

View File

@ -6,7 +6,7 @@ A python lib came from [Difficult Rocket](https://github.com/shenjackyuanjie/Dif
## Information/信息 ## Information/信息
- Version/版本: 0.0.3 - Version/版本: 0.0.4
### Author/作者 ### Author/作者

View File

@ -1,4 +1,18 @@
# 0.0.1 # Change log / 更新日志
## 0.0.4
添加了项目的 url
## 0.0.3
继续添加了一些文档
## 0.0.2
添加了一些文档
## 0.0.1
- 添加了 - 添加了
- `nuitka.compile` - `nuitka.compile`

View File

@ -4,5 +4,5 @@
# All rights reserved # All rights reserved
# ------------------------------- # -------------------------------
__version__ = '0.0.3' __version__ = '0.0.4'

View File

@ -1,5 +1,5 @@
[project] [project]
version = "0.0.3" version = "0.0.4"
name = "lib-not-dr" name = "lib-not-dr"
description = "A python lib created from Difficult Rocket development" description = "A python lib created from Difficult Rocket development"
@ -16,3 +16,9 @@ classifiers = [
"Operating System :: OS Independent", "Operating System :: OS Independent",
] ]
license = { file = "LICENSE" } 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"