@@ -6,12 +6,12 @@ description = "An automated system for the portable solution of partial differen
6
6
readme = " README.rst"
7
7
license = {file = " LICENSE" }
8
8
maintainers = [
9
- {name = " Pablo D. Brubeck" },
10
- {name = " Daiane I. Dolci" },
11
- {
name =
" David A. Ham" ,
email =
" [email protected] " },
12
- {name = " Josh Hope-Collins" },
13
- {name = " Koki Sagiyama" },
14
- {
name =
" Connor J. Ward" ,
email =
" [email protected] " },
9
+ {name = " Pablo D. Brubeck" },
10
+ {name = " Daiane I. Dolci" },
11
+ {
name =
" David A. Ham" ,
email =
" [email protected] " },
12
+ {name = " Josh Hope-Collins" },
13
+ {name = " Koki Sagiyama" },
14
+ {
name =
" Connor J. Ward" ,
email =
" [email protected] " },
15
15
]
16
16
requires-python = " >=3.10"
17
17
dependencies = [
@@ -90,7 +90,8 @@ jax = [
90
90
" jax" ,
91
91
]
92
92
netgen = [
93
- " ngsPETSc" ,
93
+ # TODO RELEASE
94
+ # "ngsPETSc",
94
95
]
95
96
slepc = [
96
97
# TODO RELEASE
@@ -155,26 +156,26 @@ build-backend = "setuptools.build_meta"
155
156
# TODO: Convert firedrake-zenodo to a proper entrypoint script.
156
157
[tool .setuptools ]
157
158
script-files = [
158
- " firedrake/scripts/firedrake-zenodo" ,
159
- " scripts/firedrake-run-split-tests" ,
159
+ " firedrake/scripts/firedrake-zenodo" ,
160
+ " scripts/firedrake-run-split-tests" ,
160
161
]
161
162
162
163
[tool .setuptools .package-data ]
163
164
# Unless specified these files will not be installed along with the
164
165
# rest of the package
165
166
firedrake = [
166
- " evaluate.h" ,
167
- " locate.c" ,
168
- " icons/*.png" ,
167
+ " evaluate.h" ,
168
+ " locate.c" ,
169
+ " icons/*.png" ,
169
170
]
170
171
firedrake_check = [
171
- " Makefile" ,
172
- " tests/firedrake/conftest.py" ,
173
- " tests/*/*/*.py" ,
172
+ " Makefile" ,
173
+ " tests/firedrake/conftest.py" ,
174
+ " tests/*/*/*.py" ,
174
175
]
175
176
pyop2 = [
176
- " *.h" ,
177
- " *.pxd" ,
178
- " *.pyx" ,
179
- " codegen/c/*.c" ,
177
+ " *.h" ,
178
+ " *.pxd" ,
179
+ " *.pyx" ,
180
+ " codegen/c/*.c" ,
180
181
]
0 commit comments