File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,28 @@ path = "README.md"
69
69
backend1 = ' spatch._spatch_example.entry_point'
70
70
backend2 = ' spatch._spatch_example.entry_point2'
71
71
72
+ [tool .pixi .workspace ]
73
+ channels = [" https://prefix.dev/conda-forge" ]
74
+ preview = [" pixi-build" ]
75
+
76
+ [tool .pixi .package ]
77
+ name = " spatch"
78
+ # TODO: dynamic version https://github.com/prefix-dev/pixi-build-backends/issues/61
79
+ version = " 0.0.0.dev0"
80
+
81
+ [tool .pixi .package .build .backend ]
82
+ name = " pixi-build-python"
83
+ version = " *"
84
+
85
+ [tool .pixi .package .host-dependencies ]
86
+ uv = " *"
87
+ hatchling = " *"
88
+ hatch-vcs = " *"
89
+ hatch-fancy-pypi-readme = " *"
90
+
91
+ [tool .pixi .package .run-dependencies ]
92
+ importlib_metadata = " *"
93
+
72
94
[tool .pytest .ini_options ]
73
95
minversion = " 6.0"
74
96
doctest_plus = " enabled"
You can’t perform that action at this time.
0 commit comments