Skip to content

Commit

Permalink
Change build-backend to setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
finsberg committed Nov 14, 2023
1 parent 5898925 commit f537132
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[project]
name = "my-paper"
classifiers = ["Private :: Do Not Upload"]
name = "my-fenics-paper"
version = "0.2.0"
dependencies = [
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image
Expand Down

0 comments on commit f537132

Please sign in to comment.