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.
1 parent c2ccbdc commit cfe2feaCopy full SHA for cfe2fea
pyproject.toml
@@ -19,6 +19,27 @@ classifiers = [
19
file = "README.md"
20
content-type = "text/markdown"
21
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
43
[tool.cibuildwheel]
44
build = "cp39-* cp310-* cp311-* cp312-*"
45
skip = "*-win32 *-manylinux_i686 *-musllinux_*"
0 commit comments