plystra 1.0.0.dev1__tar.gz → 1.0.0.dev2__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,14 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plystra
3
- Version: 1.0.0.dev1
3
+ Version: 1.0.0.dev2
4
4
  Summary: Official Python SDK for Plystra.
5
5
  Project-URL: Homepage, https://plystra.com
6
+ Project-URL: Documentation, https://docs.plystra.com
6
7
  Project-URL: Repository, https://github.com/plystra/python-sdk
7
8
  Project-URL: Issues, https://github.com/plystra/python-sdk/issues
8
9
  Author: Plystra
9
10
  License-Expression: Apache-2.0
10
- License-File: LICENSE.txt
11
+ License-File: LICENSE
11
12
  Keywords: auth,authorization,identity,plystra,sdk
12
13
  Classifier: Development Status :: 3 - Alpha
13
14
  Classifier: License :: OSI Approved :: Apache Software License
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "plystra"
7
- version = "1.0.0-dev1"
7
+ version = "1.0.0-dev2"
8
8
  description = "Official Python SDK for Plystra."
9
9
  readme = "README.md"
10
10
  license = "Apache-2.0"
@@ -39,6 +39,7 @@ dependencies = [
39
39
 
40
40
  [project.urls]
41
41
  Homepage = "https://plystra.com"
42
+ Documentation = "https://docs.plystra.com"
42
43
  Repository = "https://github.com/plystra/python-sdk"
43
44
  Issues = "https://github.com/plystra/python-sdk/issues"
44
45
 
File without changes
File without changes