Skip to content

Commit

Permalink
Merge pull request #432 from pbs-data-solutions/version
Browse files Browse the repository at this point in the history
Remove unneeded section from pyproject.toml
  • Loading branch information
sanders41 authored Nov 2, 2024
2 parents 18fefa0 + ead4811 commit 78a5ebf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ readme = "README.md"
repository = "https://github.com/pbs-data-solutions/prelude-parser"
homepage = "https://github.com/pbs-data-solutions/prelude-parser"
documentation = "https://github.com/pbs-data-solutions/prelude-parser"
dynamic = ["version"]
dependencies = ["camel-converter>=3.0.0"]

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

[tool.hatch.version]
path = "prelude_parser/_version.py"

[tool.maturin]
module-name = "prelude_parser._prelude_parser"
binding = "pyo3"
Expand Down

0 comments on commit 78a5ebf

Please sign in to comment.