diff --git a/docs/change_log.md b/docs/change_log.md index e69de29..569741b 100644 --- a/docs/change_log.md +++ b/docs/change_log.md @@ -0,0 +1,6 @@ +# 0.0.1 + +- 添加了 + - `nuitka.compile` + - `types.options` + - `types.version` diff --git a/pyproject.toml b/pyproject.toml index a09a4df..f16fdf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,4 @@ classifiers = [ "Programming Language :: Python :: 3", "Operating System :: OS Independent", ] -[project.license] -file = "LICENSE" -text = "MPL-2.0" +license = { file = "LICENSE" } \ No newline at end of file