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 c9db80e commit 1245f03
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "0.10.1"
description = "Atomistic Learned Potential Package in JAX"
keywords=["machine-learning", "interatomic potentials", "molecular-dynamics"]
readme = "README.md"
# license = { file = "LICENSE" }
authors = [
{ name = "Moritz René Schäfer", email = "schaefer@theochem.uni-stuttgart.de" },
{ name = "Nico Segreto", email = "segreto@theochem.uni-stuttgart.de" },
Expand Down Expand Up @@ -72,10 +71,19 @@ lint = [
apax = 'apax.cli.apax_app:app'


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

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

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



[tool.ruff]
line-length = 90

Expand Down

0 comments on commit 1245f03

Please sign in to comment.