Skip to content

Commit

Permalink
Attempt to fix version numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
twomagpi committed Aug 3, 2024
1 parent 00519ff commit e5e2d7c
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,7 +1,7 @@
[build-system]
requires = ["setuptools>=64",
"setuptools_scm>=8",
"setuptools_scm_git_archive",
# "setuptools_scm_git_archive",
"numpy>=1.24.4",
"cython>=0.29",
"setuptools>=61.0",
Expand Down Expand Up @@ -46,7 +46,7 @@ classifiers = [
"Operating System :: OS Independent",
]

#[tool.setuptools_scm]
[tool.setuptools_scm]
#version_file = "pygom/_version.py"

[tool.setuptools.packages.find]
Expand Down

0 comments on commit e5e2d7c

Please sign in to comment.