adding version

This commit is contained in:
Francois Lanusse 2024-12-20 05:54:17 -05:00 committed by GitHub
parent bf44dfdea9
commit 281f87ab6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
[build-system] [build-system]
requires = ["setuptools", "wheel"] requires = ["setuptools", "wheel", "setuptools-scm"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "JaxPM" name = "JaxPM"
version = "0.0.1" dynamic = ["version"]
description = "A dead simple FastPM implementation in JAX" description = "A dead simple FastPM implementation in JAX"
authors = [{ name = "JaxPM developers" }] authors = [{ name = "JaxPM developers" }]
readme = "README.md" readme = "README.md"
@ -28,3 +28,6 @@ test = [
[tool.setuptools] [tool.setuptools]
packages = ["jaxpm"] packages = ["jaxpm"]
[tool.setuptools_scm]
version_file = "mmoma/_version.py"