Skip to content

Commit f537132

Browse files
committed
Change build-backend to setuptools
1 parent 5898925 commit f537132

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)