Skip to content

Commit

Permalink
fixup python versioning for pypi (f3d-app#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwestphal committed Dec 29, 2023
1 parent 7c0303c commit a8c4aa4
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,5 +1,5 @@
[build-system]
requires = ["scikit-build-core"]
requires = ["scikit-build-core", "setuptools-scm>=8.0"]
build-backend = "scikit_build_core.build"

[project]
Expand Down Expand Up @@ -49,7 +49,9 @@ wheel.license-files = ["LICENSE.md", "doc/THIRD_PARTY_LICENSES.md"]
wheel.packages = []

[tool.setuptools_scm]
write_to = "_version.py"
version_file = "_version.py"
version_scheme = "no-guess-dev"
local_scheme = "no-local-version"
fallback_version = "2.2.1"

[tool.scikit-build.cmake.define]
Expand Down

0 comments on commit a8c4aa4

Please sign in to comment.