Skip to content

Commit

Permalink
maturin fixes (#235)
Browse files Browse the repository at this point in the history
* remove invalid tool.maturin.python-source path

* add dynamic version to pyproject.toml
  • Loading branch information
Jovvik authored Jan 4, 2025
1 parent 8d18717 commit d01daaf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "demoparser2"
dynamic = ["version"]
requires-python = ">=3.8"
dependencies = ["pandas>=1.5.0", "numpy", "polars", "pyarrow", "tqdm"]
classifiers = [
Expand All @@ -20,7 +21,4 @@ protobuf = "3.1.0"
path = "./csgoproto"

[profile.dev]
overflow-checks = false

[tool.maturin]
python-source = "src/python"
overflow-checks = false

0 comments on commit d01daaf

Please sign in to comment.