Skip to content

Commit eb909d3

Browse files
committed
Add manifest to include all data
1 parent 93900eb commit eb909d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE README.md
2+
include subbrute/*.txt

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
version='1.0',
66
python_requires='>=2.7',
77
install_requires=['dnspython', 'requests', 'argparse'],
8-
packages=find_packages(),
8+
packages=find_packages()+['.'],
9+
include_package_data=True,
910
url='https://github.com/aboul3la/Sublist3r',
1011
license='GPL-2.0',
1112
description='Subdomains enumeration tool for penetration testers',

0 commit comments

Comments
 (0)