File tree Expand file tree Collapse file tree 2 files changed +12
-26
lines changed
end_to_end_tests/metadata_snapshots
openapi_python_client/templates Expand file tree Collapse file tree 2 files changed +12
-26
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,16 @@ dependencies = [
1111 " python-dateutil>=2.8.0,<3" ,
1212]
1313
14- [tool .hatch .build .targets .sdist ]
15- include = [
16- " test_3_1_features_client" ,
14+ [tool .uv .build-backend ]
15+ module-name = " test_3_1_features_client"
16+ module-root = " "
17+ data = [
1718 " CHANGELOG.md" ,
18- " test_3_1_features_client/py.typed" ,
19- ]
20-
21- [tool .hatch .build .targets .wheel ]
22- include = [
23- " test_3_1_features_client" ,
24- " CHANGELOG.md" ,
25- " test_3_1_features_client/py.typed" ,
2619]
2720
2821[build-system ]
29- requires = [" hatchling " ]
30- build-backend = " hatchling.build "
22+ requires = [" uv_build>=0.8.0,<0.9.0 " ]
23+ build-backend = " uv_build "
3124
3225[tool .ruff ]
3326line-length = 120
Original file line number Diff line number Diff line change @@ -11,20 +11,13 @@ dependencies = [
1111 "python-dateutil>=2.8.0,<3 " ,
1212]
1313
14- [tool.hatch.build.targets.sdist]
15- include = [
16- " {{ package_name }} " ,
14+ [tool.uv.build-backend]
15+ module-name = " {{ package_name }} "
16+ module-root = " "
17+ data = [
1718 " CHANGELOG.md " ,
18- " {{ package_name }} /py.typed " ,
19- ]
20-
21- [tool.hatch.build.targets.wheel]
22- include = [
23- " {{ package_name }} " ,
24- " CHANGELOG.md " ,
25- " {{ package_name }} /py.typed " ,
2619]
2720
2821[build-system]
29- requires = [" hatchling " ]
30- build-backend = " hatchling.build "
22+ requires = [" uv_build >=0.8.0,< 0 .9.0 " ]
23+ build-backend = " uv_build "
You can’t perform that action at this time.
0 commit comments