Skip to content

Commit

Permalink
Change to setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein committed Nov 26, 2024
1 parent 413426c commit 3747a4a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "toogoodtogo-ha-mqtt-bridge"
version = "0.0.1"
dynamic = ["version"]
description = "This is a template repository for Python projects that use uv for their dependency management."
authors = [{ name = "Max Winterstein", email = "[email protected]" }]
readme = "README.md"
Expand Down Expand Up @@ -51,7 +51,7 @@ dev-dependencies = [
]

[build-system]
requires = ["setuptools >= 61.0"]
requires = ["setuptools>=64", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
Expand Down Expand Up @@ -125,3 +125,5 @@ preview = true

[tool.deptry.per_rule_ignores]
DEP004 = ["pytest"]

[tool.setuptools_scm]

0 comments on commit 3747a4a

Please sign in to comment.