Skip to content

Commit

Permalink
update pyproject.toml setuptools config
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Oct 23, 2024
1 parent 1067d8c commit 44a6e61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ docs = [
"sphinx>=2.0",
]

[project.scripts]
quimb-mpi-python = ".:bin/quimb-mpi-python"

[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
requires = ["setuptools>=64", "setuptools_scm>=8"]

[tool.setuptools.packages]
find = { exclude = ["paper"] }

[tool.setuptools_scm]
write_to = "quimb/_version.py"
Expand Down

0 comments on commit 44a6e61

Please sign in to comment.