vhi-python 0.1.0__tar.gz → 0.1.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,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vhi-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A Python client library for the Vhi API, handling authentication, MFA callbacks, claims retrieval, and document downloads.
5
5
  Author-email: Agent <agent@example.com>
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/agent/vhi-python
8
8
  Project-URL: Repository, https://github.com/agent/vhi-python.git
9
9
  Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: MIT License
11
10
  Classifier: Operating System :: OS Independent
12
11
  Classifier: Intended Audience :: Developers
13
12
  Requires-Python: >=3.8
@@ -4,16 +4,15 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "vhi-python"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "A Python client library for the Vhi API, handling authentication, MFA callbacks, claims retrieval, and document downloads."
9
9
  readme = "README.md"
10
10
  authors = [
11
11
  { name = "Agent", email = "agent@example.com" }
12
12
  ]
13
- license = { text = "MIT" }
13
+ license = "MIT"
14
14
  classifiers = [
15
15
  "Programming Language :: Python :: 3",
16
- "License :: OSI Approved :: MIT License",
17
16
  "Operating System :: OS Independent",
18
17
  "Intended Audience :: Developers"
19
18
  ]
@@ -1,13 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: vhi-python
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: A Python client library for the Vhi API, handling authentication, MFA callbacks, claims retrieval, and document downloads.
5
5
  Author-email: Agent <agent@example.com>
6
- License: MIT
6
+ License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/agent/vhi-python
8
8
  Project-URL: Repository, https://github.com/agent/vhi-python.git
9
9
  Classifier: Programming Language :: Python :: 3
10
- Classifier: License :: OSI Approved :: MIT License
11
10
  Classifier: Operating System :: OS Independent
12
11
  Classifier: Intended Audience :: Developers
13
12
  Requires-Python: >=3.8
File without changes
File without changes
File without changes
File without changes