1
1
[project ]
2
2
name = " saic-python-mqtt-gateway"
3
- version = " 0.9.4"
4
3
description = " A service that queries the data from an MG iSMART account and publishes the data over MQTT and to other sources"
5
4
authors = [
6
5
{ name = " Giovanni Condello" , email = " saic-python-client@nanomad.net" }
@@ -22,14 +21,20 @@ dependencies = [
22
21
' inflection (>=0.5.1,<0.6.0)' ,
23
22
' apscheduler (>=3.11.0,<4.0.0)' ,
24
23
]
24
+ dynamic = [" version" ]
25
25
26
26
[project .urls ]
27
27
Homepage = " https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway"
28
28
Issues = " https://github.com/SAIC-iSmart-API/saic-python-mqtt-gateway/issues"
29
29
30
+ [build-system ]
31
+ requires = [" poetry-core>=2.0.0" , " poetry-dynamic-versioning>=1.0.0,<2.0.0" ]
32
+ build-backend = " poetry_dynamic_versioning.backend"
33
+
30
34
[tool .poetry ]
31
35
package-mode = false
32
36
requires-poetry = ' >=2.0,<3.0'
37
+ version = " 0.0.0"
33
38
34
39
[tool .poetry .group .dev .dependencies ]
35
40
pytest = " ^8.2.2"
@@ -45,9 +50,14 @@ pylint = "^3.3.6"
45
50
[tool .poetry .dependencies ]
46
51
saic-ismart-client-ng = { develop = true }
47
52
48
- [build-system ]
49
- requires = [" poetry-core>=2.0.0" ]
50
- build-backend = " poetry.core.masonry.api"
53
+ [tool .poetry .requires-plugins ]
54
+ poetry-dynamic-versioning = { version = " >=1.0.0,<2.0.0" , extras = [" plugin" ] }
55
+
56
+ [tool .poetry-dynamic-versioning ]
57
+ enable = true
58
+ vcs = " git"
59
+ style = " semver"
60
+ pattern = " default-unprefixed"
51
61
52
62
[tool .pytest .ini_options ]
53
63
norecursedirs = " .git build dist"
@@ -250,4 +260,4 @@ score = false
250
260
expected-line-ending-format = " LF"
251
261
252
262
[tool .pylint .EXCEPTIONS ]
253
- overgeneral-exceptions = [" builtins.BaseException" , " builtins.Exception" ]
263
+ overgeneral-exceptions = [" builtins.BaseException" , " builtins.Exception" ]
0 commit comments