mirror of
https://github.com/frappe/bench.git
synced 2024-11-15 01:34:05 +00:00
build: Include for wheel target
This commit is contained in:
parent
8736a2f3cf
commit
a0a8133032
@ -53,5 +53,10 @@ path = "bench/__init__.py"
|
|||||||
|
|
||||||
[tool.hatch.build.targets.sdist]
|
[tool.hatch.build.targets.sdist]
|
||||||
include = [
|
include = [
|
||||||
"/bench",
|
"/bench"
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.wheel]
|
||||||
|
include = [
|
||||||
|
"/bench"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user