We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39bbfe commit 8d9c177Copy full SHA for 8d9c177
python/pyproject.toml
@@ -4,13 +4,13 @@ build-backend = "maturin"
4
5
[project]
6
name = "kcl_lib"
7
+version = "0.11.0-alpha.1"
8
requires-python = ">=3.7"
9
classifiers = [
10
"Programming Language :: Rust",
11
"Programming Language :: Python :: Implementation :: CPython",
12
"Programming Language :: Python :: Implementation :: PyPy",
13
]
-dynamic = ["version"]
14
description = "KCL Programming Language Python Lib"
15
license = { text = "Apache-2.0" }
16
0 commit comments