Skip to content

Commit 5f42e7e

Browse files
committed
Fix redudant files in the sdist after migrating from pdm to uv
1 parent a7cd185 commit 5f42e7e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix redudant files in the sdist after migrating from `pdm` to `uv`.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ source = "vcs"
9595
[tool.hatch.build.targets.wheel]
9696
packages = ["b2sdk"]
9797

98+
[tool.hatch.build.targets.sdist]
99+
include = ["b2sdk"]
100+
98101
[tool.liccheck]
99102
authorized_licenses = [
100103
"bsd",

0 commit comments

Comments
 (0)