Skip to content

Commit d56cbed

Browse files
committed
build
1 parent 20bfdf1 commit d56cbed

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ allow-direct-references = true
5959

6060
[tool.hatch.build.targets.wheel]
6161
packages = ["vector_quantize_pytorch"]
62+
63+
[tool.hatch.build.targets.sdist]
64+
include = [
65+
"vector_quantize_pytorch",
66+
"README.md",
67+
"LICENSE",
68+
"pyproject.toml",
69+
]

0 commit comments

Comments
 (0)