nc-user-terminator 0.1.1__tar.gz → 0.1.2__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.

Potentially problematic release.


This version of nc-user-terminator might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nc-user-terminator
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: OAuth client wrapper for multi-tenant projects
5
5
  Author: bw_song
6
6
  Author-email: m132777096902@gmail.com
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nc-user-terminator
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: OAuth client wrapper for multi-tenant projects
5
5
  Author: bw_song
6
6
  Author-email: m132777096902@gmail.com
@@ -0,0 +1,12 @@
1
+ README.md
2
+ pyproject.toml
3
+ setup.py
4
+ nc_user_manager/__init__.py
5
+ nc_user_manager/client.py
6
+ nc_user_manager/exceptions.py
7
+ nc_user_manager/models.py
8
+ nc_user_manager/utils.py
9
+ nc_user_terminator.egg-info/PKG-INFO
10
+ nc_user_terminator.egg-info/SOURCES.txt
11
+ nc_user_terminator.egg-info/dependency_links.txt
12
+ nc_user_terminator.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ nc_user_manager
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nc-user-terminator"
7
- version = "0.1.1"
7
+ version = "0.1.2"
8
8
  description = "OAuth client wrapper for multi-tenant projects"
9
9
  authors = [
10
10
  { name = "bw_song" }
@@ -1,8 +1,8 @@
1
1
  from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
- name="nc-user-terminator",
5
- version="0.1.1",
4
+ name="nc_user_terminator",
5
+ version="0.1.2",
6
6
  packages=find_packages(),
7
7
  install_requires=[
8
8
  ],
@@ -1,12 +0,0 @@
1
- README.md
2
- pyproject.toml
3
- setup.py
4
- nc-user-manager/__init__.py
5
- nc-user-manager/client.py
6
- nc-user-manager/exceptions.py
7
- nc-user-manager/models.py
8
- nc-user-manager/utils.py
9
- nc_user_terminator.egg-info/PKG-INFO
10
- nc_user_terminator.egg-info/SOURCES.txt
11
- nc_user_terminator.egg-info/dependency_links.txt
12
- nc_user_terminator.egg-info/top_level.txt
@@ -1 +0,0 @@
1
- nc-user-manager