mirror of
https://github.com/DifferentiableUniverseInitiative/JaxPM.git
synced 2025-02-22 17:47:11 +00:00
Adding version (#29)
* adding version * fixing version file Former-commit-id: ba1206bce8a310f6ed06040c2e23b69d0ea502aa
This commit is contained in:
parent
832f8cb71c
commit
dd161f7364
1 changed files with 5 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel"]
|
||||
requires = ["setuptools", "wheel", "setuptools-scm"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "JaxPM"
|
||||
version = "0.0.1"
|
||||
dynamic = ["version"]
|
||||
description = "A dead simple FastPM implementation in JAX"
|
||||
authors = [{ name = "JaxPM developers" }]
|
||||
readme = "README.md"
|
||||
|
@ -28,3 +28,6 @@ test = [
|
|||
|
||||
[tool.setuptools]
|
||||
packages = ["jaxpm"]
|
||||
|
||||
[tool.setuptools_scm]
|
||||
version_file = "jaxpm/_version.py"
|
||||
|
|
Loading…
Add table
Reference in a new issue