hdmi 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.3
2
2
  Name: hdmi
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: A dependency injection framework for Python with dynamic late-binding resolution
5
5
  Author: Romain Dorgueil
6
6
  Author-email: Romain Dorgueil <romain@makersquad.fr>
@@ -36,6 +36,11 @@ Requires-Dist: furo>=2024.0.0 ; extra == 'dev'
36
36
  Requires-Dist: sphinxcontrib-mermaid>=1.0.0 ; extra == 'dev'
37
37
  Requires-Dist: twine>=6.0.0 ; extra == 'dev'
38
38
  Requires-Python: >=3.13
39
+ Project-URL: Homepage, https://github.com/msqd/hdmi
40
+ Project-URL: Documentation, https://hdmi.readthedocs.io/
41
+ Project-URL: Repository, https://github.com/msqd/hdmi
42
+ Project-URL: Issues, https://github.com/msqd/hdmi/issues
43
+ Project-URL: Changelog, https://github.com/msqd/hdmi/blob/main/CHANGELOG.md
39
44
  Provides-Extra: dev
40
45
  Description-Content-Type: text/markdown
41
46
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "hdmi"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "A dependency injection framework for Python with dynamic late-binding resolution"
5
5
  readme = "README.md"
6
6
  license = { file = "LICENSE" }
@@ -12,6 +12,13 @@ dependencies = [
12
12
  "anyio>=4.0.0",
13
13
  ]
14
14
 
15
+ [project.urls]
16
+ Homepage = "https://github.com/msqd/hdmi"
17
+ Documentation = "https://hdmi.readthedocs.io/"
18
+ Repository = "https://github.com/msqd/hdmi"
19
+ Issues = "https://github.com/msqd/hdmi/issues"
20
+ Changelog = "https://github.com/msqd/hdmi/blob/main/CHANGELOG.md"
21
+
15
22
  [project.optional-dependencies]
16
23
  dev = [
17
24
  "pytest>=8.0.0",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes