Add manifest to include all data

This commit is contained in:
Sebastian Wagner 2018-03-04 21:06:28 +01:00
parent 93900eba18
commit eb909d3f6a
No known key found for this signature in database
GPG Key ID: 1AF10AF3B3917AB2
2 changed files with 4 additions and 1 deletions

2
MANIFEST.in Normal file
View File

@ -0,0 +1,2 @@
include LICENSE README.md
include subbrute/*.txt

View File

@ -5,7 +5,8 @@ setup(
version='1.0',
python_requires='>=2.7',
install_requires=['dnspython', 'requests', 'argparse'],
packages=find_packages(),
packages=find_packages()+['.'],
include_package_data=True,
url='https://github.com/aboul3la/Sublist3r',
license='GPL-2.0',
description='Subdomains enumeration tool for penetration testers',