Skip to content

Commit 78a5ebf

Browse files
authored
Merge pull request #432 from pbs-data-solutions/version
Remove unneeded section from pyproject.toml
2 parents 18fefa0 + ead4811 commit 78a5ebf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ readme = "README.md"
2424
repository = "https://github.com/pbs-data-solutions/prelude-parser"
2525
homepage = "https://github.com/pbs-data-solutions/prelude-parser"
2626
documentation = "https://github.com/pbs-data-solutions/prelude-parser"
27-
dynamic = ["version"]
2827
dependencies = ["camel-converter>=3.0.0"]
2928

3029
[project.optional-dependencies]
@@ -43,9 +42,6 @@ dev = [
4342
"tomli==2.0.2; python_version<'3.11'",
4443
]
4544

46-
[tool.hatch.version]
47-
path = "prelude_parser/_version.py"
48-
4945
[tool.maturin]
5046
module-name = "prelude_parser._prelude_parser"
5147
binding = "pyo3"

0 commit comments

Comments
 (0)