Fix silent flag

This commit is contained in:
user 2024-08-01 17:22:56 +02:00
parent 6bd612badc
commit c3427fb22f
1 changed files with 1 additions and 1 deletions

View File

@ -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=[