Fix silent flag
This commit is contained in:
parent
6bd612badc
commit
c3427fb22f
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ setup(
|
|||
install_requires=['dnspython', 'requests', 'argparse; python_version==\'2.7\''],
|
||||
packages=find_packages()+['.'],
|
||||
include_package_data=True,
|
||||
url='https://github.com/aboul3la/Sublist3r',
|
||||
url='https://github.com/fmjal/Sublist3r',
|
||||
license='GPL-2.0',
|
||||
description='Subdomains enumeration tool for penetration testers',
|
||||
classifiers=[
|
||||
|
|
Loading…
Reference in New Issue