mwpermission 0.2.0__tar.gz → 0.2.1__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: 2.2
2
2
  Name: mwpermission
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: maxwin permission
5
5
  Home-page: https://bitbucket.org/maxwin-inc/mwpermission/src
6
6
  Author: cxhjet
@@ -0,0 +1,11 @@
1
+ {
2
+ "folders": [
3
+ {
4
+ "path": ".."
5
+ },
6
+ {
7
+ "path": "../../mwauth"
8
+ }
9
+ ],
10
+ "settings": {}
11
+ }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: mwpermission
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: maxwin permission
5
5
  Home-page: https://bitbucket.org/maxwin-inc/mwpermission/src
6
6
  Author: cxhjet
@@ -4,8 +4,9 @@ MANIFEST.in
4
4
  README.rst
5
5
  setup.py
6
6
  mwpermission/__init__.py
7
- mwpermission/permission-fastapi.py
7
+ mwpermission/mwpermission.code-workspace
8
8
  mwpermission/permission.py
9
+ mwpermission/permission_fastapi.py
9
10
  mwpermission.egg-info/PKG-INFO
10
11
  mwpermission.egg-info/SOURCES.txt
11
12
  mwpermission.egg-info/dependency_links.txt
@@ -8,7 +8,7 @@ def read(f):
8
8
 
9
9
  setup(
10
10
  name='mwpermission',
11
- version='0.2.0',
11
+ version='0.2.1',
12
12
  description='maxwin permission ',
13
13
  # long_description= '\n\n'.join((read('README.rst'), read('CHANGES.txt'))),
14
14
  url='https://bitbucket.org/maxwin-inc/mwpermission/src', # Optional
File without changes
File without changes
File without changes
File without changes
File without changes