Skip to content

Commit

Permalink
back to hatchling
Browse files Browse the repository at this point in the history
  • Loading branch information
M-R-Schaefer committed Jan 21, 2025
1 parent 1245f03 commit 35d3597
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "apax"
version = "0.10.1"
version = "0.10.2"
description = "Atomistic Learned Potential Package in JAX"
keywords=["machine-learning", "interatomic potentials", "molecular-dynamics"]
readme = "README.md"
Expand Down Expand Up @@ -71,16 +71,16 @@ lint = [
apax = 'apax.cli.apax_app:app'


# [build-system]
# requires = ["setuptools"]
# build-backend = "setuptools.build_meta"
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

# [tool.setuptools]
# license-files = []
[tool.setuptools]
license-files = []

[build-system]
requires = ["hatchling==1.26.3"]
build-backend = "hatchling.build"
# [build-system]
# requires = ["hatchling==1.26.3"]
# build-backend = "hatchling.build"



Expand Down

0 comments on commit 35d3597

Please sign in to comment.