We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014b04 commit b358e33Copy full SHA for b358e33
pyproject.toml
@@ -61,7 +61,6 @@ firedrake-clean = "firedrake.scripts.firedrake_clean:main"
61
firedrake-preprocess-bibtex = "firedrake.scripts.firedrake_preprocess_bibtex:main"
62
firedrake-status = "firedrake.scripts.firedrake_status:main"
63
pyop2-clean = "pyop2.compilation:clear_compiler_disk_cache"
64
-spydump = "pyop2.scripts.spydump:main"
65
66
67
[project.optional-dependencies]
@@ -149,6 +148,7 @@ build-backend = "setuptools.build_meta"
149
148
script-files = [
150
"firedrake/scripts/firedrake-zenodo",
151
"scripts/firedrake-run-split-tests",
+ "pyop2/scripts/spydump",
152
]
153
154
[tool.setuptools.package-data]
0 commit comments