Skip to content

Commit 18cc25c

Browse files
authored
Merge pull request #10 from scientificcomputing/build-backend
Change build-backend to setuptools
2 parents 5898925 + f537132 commit 18cc25c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[build-system]
2-
requires = ["hatchling"]
3-
build-backend = "hatchling.build"
2+
requires = ["setuptools>=61.2"]
3+
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "my-paper"
7-
classifiers = ["Private :: Do Not Upload"]
6+
name = "my-fenics-paper"
87
version = "0.2.0"
98
dependencies = [
109
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image

0 commit comments

Comments
 (0)