Update setup.py

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

View file

@ -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'
]
)
],