mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Added data_files for wordlists in setup.py
This commit is contained in:
parent
a32a08dfee
commit
36630f747f
1 changed files with 11 additions and 1 deletions
10
setup.py
10
setup.py
|
@ -18,4 +18,14 @@
|
||||||
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
],
|
],
|
||||||
|
data_files=[
|
||||||
|
('wordlists', [
|
||||||
|
'/wordlists/general/common.txt',
|
||||||
|
'/wordlists/dns-big.txt',
|
||||||
|
'/wordlists/dns-names.txt',
|
||||||
|
'/wordslists/dorks.txt',
|
||||||
|
'/wordlists/names_small.txt'
|
||||||
|
]
|
||||||
|
)
|
||||||
|
]
|
||||||
)
|
)
|
Loading…
Reference in a new issue