fixed pathing issue

This commit is contained in:
Justin Bollinger
2026-02-01 23:11:40 -05:00
parent 847aec9a67
commit 495346f378
3 changed files with 36 additions and 4 deletions

View File

@@ -20,4 +20,8 @@ hate_crack = "hate_crack.__main__:main"
include = ["hate_crack*"]
[tool.setuptools.package-data]
hate_crack = ["config.json.example"]
hate_crack = [
"config.json.example",
"hashcat-utils/**",
"princeprocessor/**",
]