Skip to content

Commit

Permalink
try out setuptools_scm in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 authored May 9, 2024
1 parent 2fa99d3 commit 006c091
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[build-system]
requires = ["setuptools>=68.0.0", "wheel", "setuptools-git-versioning>=2.0,<3"]
requires = ["setuptools>=68.0.0", "wheel", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
packages = ["g2b"]

[tool.setuptools-git-versioning]
enabled = true
[tool.setuptools_scm]

[project]
name = "g2b"
Expand Down

0 comments on commit 006c091

Please sign in to comment.