We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df3207b commit 2d7ce99Copy full SHA for 2d7ce99
setup.py
@@ -2,7 +2,7 @@
2
import codecs
3
from setuptools import setup, find_packages
4
5
-WEBSPLOIT_VERSION = "4.0.3"
+WEBSPLOIT_VERSION = "4.0.4"
6
WEBSPLOIT_DOWNLOAD = ('https://github.com/websploit/websploit/tarball/' + WEBSPLOIT_VERSION)
7
8
@@ -27,6 +27,11 @@ def read_requirements():
27
'websploit.core',
28
'websploit.core.base',
29
'websploit.core.utils'],
30
+ package_data={
31
+ 'websploit.core': [
32
+ 'utils/*',
33
+ ],
34
+ },
35
36
version=WEBSPLOIT_VERSION,
37
description='Websploit is a high level MITM framework',
websploit/core/utils/version.py
@@ -1 +1 @@
1
-version = "4.0.3"
+version = "4.0.4"
0 commit comments