mirror of
https://github.com/trustedsec/hate_crack.git
synced 2026-03-12 21:23:05 -07:00
fixed pathing issue
This commit is contained in:
@@ -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/**",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user