Update setup.py

This commit is contained in:
Anton Bolshakov 2019-03-24 09:52:34 +08:00 committed by GitHub
parent f0e9fc1ae4
commit a3062cd6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,11 +20,11 @@
],
data_files=[
('share/dict/theHarvester', [
'general/common.txt',
'dns-big.txt',
'dns-names.txt',
'dorks.txt',
'names_small.txt'
'wordlists/general/common.txt',
'wordlists/dns-big.txt',
'wordlists/dns-names.txt',
'wordlists/dorks.txt',
'wordlists/names_small.txt'
]
)
],