Skip to content

Commit 2d7ce99

Browse files
author
fardin
committed
fixed setup package data
1 parent df3207b commit 2d7ce99

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import codecs
33
from setuptools import setup, find_packages
44

5-
WEBSPLOIT_VERSION = "4.0.3"
5+
WEBSPLOIT_VERSION = "4.0.4"
66
WEBSPLOIT_DOWNLOAD = ('https://github.com/websploit/websploit/tarball/' + WEBSPLOIT_VERSION)
77

88

@@ -27,6 +27,11 @@ def read_requirements():
2727
'websploit.core',
2828
'websploit.core.base',
2929
'websploit.core.utils'],
30+
package_data={
31+
'websploit.core': [
32+
'utils/*',
33+
],
34+
},
3035

3136
version=WEBSPLOIT_VERSION,
3237
description='Websploit is a high level MITM framework',

websploit/core/utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "4.0.3"
1+
version = "4.0.4"

0 commit comments

Comments
 (0)