Skip to content

Commit

Permalink
add tool.setuptools_scm to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs committed Dec 19, 2023
1 parent f936390 commit a41d697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ vcs = "git"
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.setuptools_scm]

[tool.poetry.dependencies]
python = ">=3.8,<3.13"
pyarrow = ">=13.0.0"
Expand Down

0 comments on commit a41d697

Please sign in to comment.