This commit is contained in:
Deniz Şafak
2025-12-10 03:35:00 +03:00
parent 968c673e58
commit 56f81ef892
3 changed files with 3 additions and 9 deletions
-6
View File
@@ -65,15 +65,9 @@ exclude = [
"WINDOWS_INSTALL.bat",
]
[tool.hatch.build.targets.sdist.force-include]
"abogen/libs" = "abogen/libs"
[tool.hatch.build.targets.wheel]
packages = ["abogen"]
[tool.hatch.build.targets.wheel.force-include]
"abogen/libs" = "abogen/libs"
[tool.hatch.version]
path = "abogen/VERSION"
pattern = "^(?P<version>.+)$"