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.
2 parents 18fefa0 + ead4811 commit 78a5ebfCopy full SHA for 78a5ebf
pyproject.toml
@@ -24,7 +24,6 @@ readme = "README.md"
24
repository = "https://github.com/pbs-data-solutions/prelude-parser"
25
homepage = "https://github.com/pbs-data-solutions/prelude-parser"
26
documentation = "https://github.com/pbs-data-solutions/prelude-parser"
27
-dynamic = ["version"]
28
dependencies = ["camel-converter>=3.0.0"]
29
30
[project.optional-dependencies]
@@ -43,9 +42,6 @@ dev = [
43
42
"tomli==2.0.2; python_version<'3.11'",
44
]
45
46
-[tool.hatch.version]
47
-path = "prelude_parser/_version.py"
48
-
49
[tool.maturin]
50
module-name = "prelude_parser._prelude_parser"
51
binding = "pyo3"
0 commit comments