We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5898925 + f537132 commit 18cc25cCopy full SHA for 18cc25c
pyproject.toml
@@ -1,10 +1,9 @@
1
[build-system]
2
-requires = ["hatchling"]
3
-build-backend = "hatchling.build"
+requires = ["setuptools>=61.2"]
+build-backend = "setuptools.build_meta"
4
5
[project]
6
-name = "my-paper"
7
-classifiers = ["Private :: Do Not Upload"]
+name = "my-fenics-paper"
8
version = "0.2.0"
9
dependencies = [
10
"h5py==3.9.0", # Pin to same version that is allready installed in the docker image
0 commit comments