Skip to content

Commit

Permalink
Adjust to dynamic versioning using setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-the1 committed Mar 28, 2024
1 parent 2fe8602 commit 3836465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[build-system]
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]~=6.0"]
requires = ["setuptools>=64", "wheel", "setuptools_scm[toml]>=8"]
build-backend = "setuptools.build_meta"

[project]
name = "diepvries"
version = "0.9.2"
dynamic = ["version"]
description = "diepvries - Picnic Data Vault framework"
readme = {file = "README.md", content-type = "text/markdown"}
keywords = ["data vault"]
Expand Down

0 comments on commit 3836465

Please sign in to comment.