fix issue in pyproject

This commit is contained in:
shenjack 2023-06-24 20:33:21 +08:00
parent 6a937d3a76
commit cd4cd98529
2 changed files with 7 additions and 3 deletions

View File

@ -0,0 +1,6 @@
# 0.0.1
- 添加了
- `nuitka.compile`
- `types.options`
- `types.version`

View File

@ -11,6 +11,4 @@ classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
[project.license]
file = "LICENSE"
text = "MPL-2.0"
license = { file = "LICENSE" }