Skip to content

Commit cfe2fea

Browse files
committed
Add spin cofiguration
1 parent c2ccbdc commit cfe2fea

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pyproject.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,27 @@ classifiers = [
1919
file = "README.md"
2020
content-type = "text/markdown"
2121

22+
[tool.spin]
23+
package = "flint"
24+
25+
[tool.spin.commands]
26+
27+
"Build" = [
28+
"spin.cmds.meson.build",
29+
"spin.cmds.meson.test",
30+
"spin.cmds.build.sdist",
31+
"spin.cmds.pip.install",
32+
]
33+
"Documentation" = [
34+
"spin.cmds.meson.docs",
35+
]
36+
"Environments" = [
37+
"spin.cmds.meson.shell",
38+
"spin.cmds.meson.ipython",
39+
"spin.cmds.meson.python",
40+
"spin.cmds.meson.run",
41+
]
42+
2243
[tool.cibuildwheel]
2344
build = "cp39-* cp310-* cp311-* cp312-*"
2445
skip = "*-win32 *-manylinux_i686 *-musllinux_*"

0 commit comments

Comments
 (0)