File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ include = [
8585
8686[tool .hatch .build .targets .wheel ]
8787packages = [" src" ]
88- force-include = {
89- "example.config.toml" = " example.config.toml " ,
90- "example.config.zh. toml" = " example.config.zh. toml" ,
91- "example.config.k8s .toml" = " example.config.k8s .toml" ,
92- "example.config.k8s.zh. toml" = " example.config.k8s.zh. toml" ,
93- "example.batchsandbox-template.yaml " = " example.batchsandbox-template.yaml " ,
94- }
88+
89+ [ tool . hatch . build . targets . wheel . force-include ]
90+ "example.config.toml" = " example.config.toml"
91+ "example.config.zh .toml" = " example.config.zh .toml"
92+ "example.config.k8s.toml" = " example.config.k8s.toml"
93+ "example.config.k8s.zh.toml " = " example.config.k8s.zh.toml "
94+ "example.batchsandbox-template.yaml" = " example.batchsandbox-template.yaml "
9595
9696[dependency-groups ]
9797dev = [
You can’t perform that action at this time.
0 commit comments