Skip to content

Commit

Permalink
Add manifest to include all data
Browse files Browse the repository at this point in the history
  • Loading branch information
sebix committed Mar 4, 2018
1 parent 93900eb commit eb909d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE README.md
include subbrute/*.txt
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
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',
Expand Down

0 comments on commit eb909d3

Please sign in to comment.