kcws 1.2__tar.gz → 1.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: kcws
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary: 超轻量级http框架
5
5
  Home-page: https://docs.kwebapp.cn/index/index/1
6
6
  Author: 百里-坤坤
@@ -9,5 +9,5 @@ Maintainer: 坤坤
9
9
  Maintainer-email: fk1402936534@qq.com
10
10
  License: MIT License
11
11
  Description: kcws是一个由kcwebs抽象出来的超轻量级http框架
12
- Keywords: kcws1.2
12
+ Keywords: kcws1.3
13
13
  Platform: UNKNOWN
@@ -27,7 +27,7 @@ route['children']=[]
27
27
 
28
28
  kcws={}
29
29
  kcws['name']='kcws' #项目的名称
30
- kcws['version']='1.2' #项目版本
30
+ kcws['version']='1.3' #项目版本
31
31
  kcws['description']='超轻量级http框架' #项目的简单描述
32
32
  kcws['long_description']='kcws是一个由kcwebs抽象出来的超轻量级http框架' #项目详细描述
33
33
  kcws['license']='MIT License' #开源协议 mit开源
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: kcws
3
- Version: 1.2
3
+ Version: 1.3
4
4
  Summary: 超轻量级http框架
5
5
  Home-page: https://docs.kwebapp.cn/index/index/1
6
6
  Author: 百里-坤坤
@@ -9,5 +9,5 @@ Maintainer: 坤坤
9
9
  Maintainer-email: fk1402936534@qq.com
10
10
  License: MIT License
11
11
  Description: kcws是一个由kcwebs抽象出来的超轻量级http框架
12
- Keywords: kcws1.2
12
+ Keywords: kcws1.3
13
13
  Platform: UNKNOWN
@@ -59,7 +59,7 @@ def start():
59
59
  url=confkcws['url'],
60
60
  packages = b,
61
61
  # data_files=[('Scripts', ['kcws/bin/kcws.exe'])],
62
- install_requires = ['gunicorn==20.0.4','watchdog==4.0.0','filetype==1.2.0','psutil==5.8.0','requests==2.32.4',], #第三方包
62
+ install_requires = ['gunicorn==20.0.4','watchdog==4.0.0','filetype==1.2.0','psutil==5.8.0','requests==2.32.4'], #第三方包
63
63
  package_data = {
64
64
  '': ['*.html', '*.js','*.css','*.jpg','*.png','*.gif'],
65
65
  },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes