pydantic-settings-manager 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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pydantic-settings-manager
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: A library for managing Pydantic settings objects
5
5
  Home-page: https://github.com/kiarina/pydantic-settings-manager
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pydantic-settings-manager"
3
- version = "0.1.1"
3
+ version = "0.1.2"
4
4
  description = "A library for managing Pydantic settings objects"
5
5
  authors = ["kiarina <kiarinadawa@gmail.com>"]
6
6
  license = "MIT"
@@ -42,6 +42,9 @@ ruff = "^0.0.284"
42
42
  requires = ["poetry-core"]
43
43
  build-backend = "poetry.core.masonry.api"
44
44
 
45
+ [tool.setuptools.package-data]
46
+ pydantic_settings_manager = ["py.typed"]
47
+
45
48
  [tool.black]
46
49
  line-length = 100
47
50
  target-version = ["py38"]