diff --git a/src/python/pyproject.toml b/src/python/pyproject.toml index ec0c522..7d2deac 100644 --- a/src/python/pyproject.toml +++ b/src/python/pyproject.toml @@ -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 = [ @@ -20,7 +21,4 @@ protobuf = "3.1.0" path = "./csgoproto" [profile.dev] -overflow-checks = false - -[tool.maturin] -python-source = "src/python" \ No newline at end of file +overflow-checks = false \ No newline at end of file