xbase-util 0.0.6__tar.gz → 0.0.7__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.6
3
+ Version: 0.0.7
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.6",
6
+ version="0.0.7",
7
7
  description="网络安全基础工具",
8
8
  long_description="包含提取,预测,训练的基础工具",
9
9
  author="xyt",
@@ -4,8 +4,8 @@ import execjs
4
4
  import geoip2.database
5
5
 
6
6
  current_dir = os.path.dirname(__file__)
7
- parse_path = os.path.join(current_dir, '..', 'assets', 'arkimeparse.js')
8
- geo_path = os.path.join(current_dir, '..', 'assets', 'GeoLite2-City.mmdb')
7
+ parse_path = os.path.join(current_dir, '..', 'xbase_util_assets', 'arkimeparse.js')
8
+ geo_path = os.path.join(current_dir, '..', 'xbase_util_assets', 'GeoLite2-City.mmdb')
9
9
 
10
10
 
11
11
  def parse_expression(expression):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: xbase-util
3
- Version: 0.0.6
3
+ Version: 0.0.7
4
4
  Summary: 网络安全基础工具
5
5
  Author: xyt
6
6
  Author-email: 2506564278@qq.com
File without changes
File without changes