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 = [
11
11
" python-dateutil>=2.8.0,<3" ,
12
12
]
13
13
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 = [
17
18
" 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" ,
26
19
]
27
20
28
21
[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 "
31
24
32
25
[tool .ruff ]
33
26
line-length = 120
Original file line number Diff line number Diff line change @@ -11,20 +11,13 @@ dependencies = [
11
11
"python-dateutil>=2.8.0,<3 " ,
12
12
]
13
13
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 = [
17
18
" 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 " ,
26
19
]
27
20
28
21
[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