include wordlists in package

This commit is contained in:
Somdev Sangwan
2021-02-08 08:17:27 +05:30
committed by GitHub
parent 49bbb293ac
commit ba7f706ec3

View File

@@ -19,7 +19,9 @@ setup(
license='GNU General Public License v3 (GPLv3)', license='GNU General Public License v3 (GPLv3)',
url='https://github.com/s0md3v/Arjun', url='https://github.com/s0md3v/Arjun',
download_url='https://github.com/s0md3v/Arjun/archive/v%s.zip' % __import__('arjun').__version__, download_url='https://github.com/s0md3v/Arjun/archive/v%s.zip' % __import__('arjun').__version__,
zip_safe=False,
packages=find_packages(), packages=find_packages(),
package_data={'arjun': ['db/*']},
install_requires=[ install_requires=[
'requests', 'requests',
'dicttoxml' 'dicttoxml'