include wordlists in package
This commit is contained in:
2
setup.py
2
setup.py
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user