mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 22:42:56 +08:00
Update setup.py
This commit is contained in:
parent
e1a389659d
commit
f0e9fc1ae4
1 changed files with 6 additions and 6 deletions
12
setup.py
12
setup.py
|
@ -19,12 +19,12 @@
|
|||
"Operating System :: OS Independent",
|
||||
],
|
||||
data_files=[
|
||||
('wordlists', [
|
||||
'wordlists/general/common.txt',
|
||||
'wordlists/dns-big.txt',
|
||||
'wordlists/dns-names.txt',
|
||||
'wordlists/dorks.txt',
|
||||
'wordlists/names_small.txt'
|
||||
('share/dict/theHarvester', [
|
||||
'general/common.txt',
|
||||
'dns-big.txt',
|
||||
'dns-names.txt',
|
||||
'dorks.txt',
|
||||
'names_small.txt'
|
||||
]
|
||||
)
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue