Don't install `docs/` directory into site packages directory (#2973)

pull/2975/head
Mario Haustein 7 months ago committed by GitHub
parent ea53e1af71
commit da297308b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -125,10 +125,10 @@ builtins-ignorelist = [
]
[tool.hatch.build.targets.sdist]
include = ["pwndbg"]
include = ["/pwndbg"]
[tool.hatch.build.targets.wheel]
include = ["pwndbg"]
include = ["/pwndbg"]
[build-system]
requires = ["hatchling"]

Loading…
Cancel
Save