Skip to content

Commit

Permalink
Add spin as developer UI to meson (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 13, 2023
1 parent 0a24ebc commit 428e868
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,18 @@ dynamic = ['version']
homepage = "https://github.com/PyWavelets/pywt"
source = "https://github.com/PyWavelets/pywt"
documentation = "https://pywavelets.readthedocs.io/"

[tool.spin]
package = "pywt"

[tool.spin.commands]
"Build" = [
"spin.cmds.meson.build",
"spin.cmds.meson.test",
"spin.cmds.build.sdist"
]
Environments = [
'spin.cmds.meson.run',
'spin.cmds.meson.ipython',
'spin.cmds.meson.python',
]

0 comments on commit 428e868

Please sign in to comment.