simple-justwatch-python-api 1.0.0__tar.gz → 1.0.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.4
2
2
  Name: simple-justwatch-python-api
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: A simple JustWatch Python API
5
5
  Keywords: justwatch,api,graphql
6
6
  Author: Electronic Mango
@@ -22,7 +22,8 @@ Requires-Python: >=3.11
22
22
  Project-URL: Homepage, https://github.com/Electronic-Mango/simple-justwatch-python-api
23
23
  Project-URL: Documentation, https://electronic-mango.github.io/simple-justwatch-python-api
24
24
  Project-URL: Repository, https://github.com/Electronic-Mango/simple-justwatch-python-api
25
- Project-URL: changelog, https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md
25
+ Project-URL: Changelog, https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md
26
+ Project-URL: Releases, https://github.com/Electronic-Mango/simple-justwatch-python-api/releases
26
27
  Description-Content-Type: text/markdown
27
28
 
28
29
  # Simple JustWatch Python API
@@ -3,7 +3,7 @@ name = "simple-justwatch-python-api"
3
3
  authors = [
4
4
  { name = "Electronic Mango", email = "78230210+Electronic-Mango@users.noreply.github.com" },
5
5
  ]
6
- version = "1.0.0"
6
+ version = "1.0.1"
7
7
  description = "A simple JustWatch Python API"
8
8
  readme = "README.md"
9
9
  license = "MIT"
@@ -37,7 +37,8 @@ dev = [
37
37
  Homepage = "https://github.com/Electronic-Mango/simple-justwatch-python-api"
38
38
  Documentation = "https://electronic-mango.github.io/simple-justwatch-python-api"
39
39
  Repository = "https://github.com/Electronic-Mango/simple-justwatch-python-api"
40
- changelog = "https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md"
40
+ Changelog = "https://github.com/Electronic-Mango/simple-justwatch-python-api/blob/main/CHANGELOG.md"
41
+ Releases = "https://github.com/Electronic-Mango/simple-justwatch-python-api/releases"
41
42
 
42
43
  [build-system]
43
44
  requires = ["uv_build>=0.11.3,<0.12"]