Skip to content

Commit

Permalink
Adding version (#29)
Browse files Browse the repository at this point in the history
* adding version

* fixing version file

Former-commit-id: ba1206b
  • Loading branch information
EiffL authored Dec 20, 2024
1 parent 832f8cb commit dd161f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -28,3 +28,6 @@ test = [

[tool.setuptools]
packages = ["jaxpm"]

[tool.setuptools_scm]
version_file = "jaxpm/_version.py"

0 comments on commit dd161f7

Please sign in to comment.