Added data_files for wordlists in setup.py

This commit is contained in:
NotoriousRebel 2019-03-22 12:43:44 -04:00
parent a32a08dfee
commit 36630f747f

View file

@ -18,4 +18,14 @@
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
"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'
]
)
]
)