mirror of
https://github.com/google-deepmind/alphafold3.git
synced 2026-06-02 11:54:36 +08:00
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:
committed by
Copybara-Service
parent
de4e7a4f2d
commit
3dfc5a91be
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user