0.0.4
This commit is contained in:
parent
f92ac417de
commit
fcff7f5392
@ -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/作者
|
||||||
|
|
||||||
|
@ -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`
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
# All rights reserved
|
# All rights reserved
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
__version__ = '0.0.3'
|
__version__ = '0.0.4'
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user