2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-26 22:09:03 +00:00

build: Include for wheel target

This commit is contained in:
Gavin D'souza 2022-07-30 01:03:20 +05:30
parent 8736a2f3cf
commit a0a8133032

View File

@ -53,5 +53,10 @@ path = "bench/__init__.py"
[tool.hatch.build.targets.sdist]
include = [
"/bench",
"/bench"
]
[tool.hatch.build.targets.wheel]
include = [
"/bench"
]