xbase-util 0.0.3__tar.gz → 0.0.4__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xbase_util
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: 网络安全基础工具
5
5
  Author: xyt
6
6
  Author-email: 2506564278@qq.com
@@ -3,7 +3,7 @@ from distutils.core import setup
3
3
  from setuptools import find_packages
4
4
 
5
5
  setup(name="xbase_util",
6
- version="0.0.3",
6
+ version="0.0.4",
7
7
  description="网络安全基础工具",
8
8
  long_description="包含提取,预测,训练的基础工具",
9
9
  author="xyt",
@@ -13,4 +13,9 @@ setup(name="xbase_util",
13
13
  install_requires=[
14
14
  'PyExecJS==1.5.1',
15
15
  ],
16
- zip_safe=False)
16
+ zip_safe=False,
17
+ package_data={
18
+ 'xbase_util': ['assets/*'],
19
+ },
20
+ include_package_data=True,
21
+ )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xbase-util
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: 网络安全基础工具
5
5
  Author: xyt
6
6
  Author-email: 2506564278@qq.com
File without changes
File without changes
File without changes