Support dynamic version for dev and releases

Suggested in https://github.com/google-deepmind/alphafold3/pull/617.

PiperOrigin-RevId: 904448492
Change-Id: Ibe74967fbf768336ba2ce71ffa2841f40dca859c
This commit is contained in:
Augustin Zidek
2026-04-23 07:33:19 -07:00
committed by Copybara-Service
parent de4e7a4f2d
commit 3dfc5a91be

View File

@@ -10,7 +10,7 @@ build-backend = "scikit_build_core.build"
[project]
name = "alphafold3"
version = "3.0.2"
dynamic = ["version"]
requires-python = ">=3.12"
readme = "README.md"
license = {file = "LICENSE"}
@@ -51,6 +51,7 @@ sdist.include = [
"WEIGHTS_PROHIBITED_USE_POLICY.md",
"WEIGHTS_TERMS_OF_USE.md",
]
metadata.version.provider = "scikit_build_core.metadata.setuptools_scm"
[tool.cibuildwheel]
build = "cp3*-manylinux_x86_64"