1- [tool . poetry ]
1+ [project ]
22name = " sensorpro-ble"
33version = " 0.7.0"
44description = " SensorPro BLE Devices"
5- authors = [
" J. Nick Koston < [email protected] > " ]
5+ authors = [
{ name = " J. Nick Koston" , email = " [email protected] " } ]
66license = " MIT"
77readme = " README.md"
8- repository = " https://github.com/bluetooth-devices/sensorpro-ble"
9- documentation = " https://sensorpro-ble.readthedocs.io"
8+ requires-python = " >=3.11"
9+ dynamic = [" classifiers" , " dependencies" ]
10+
11+ [project .urls ]
12+ "Repository" = " https://github.com/bluetooth-devices/sensorpro-ble"
13+ "Documentation" = " https://sensorpro-ble.readthedocs.io"
14+ "Bug Tracker" = " https://github.com/bluetooth-devices/sensorpro-ble/issues"
15+ "Changelog" = " https://github.com/bluetooth-devices/sensorpro-ble/blob/main/CHANGELOG.md"
16+
17+ [tool .poetry ]
1018classifiers = [
1119 " Development Status :: 2 - Pre-Alpha" ,
1220 " Intended Audience :: Developers" ,
@@ -18,10 +26,6 @@ packages = [
1826 { include = " sensorpro_ble" , from = " src" },
1927]
2028
21- [tool .poetry .urls ]
22- "Bug Tracker" = " https://github.com/bluetooth-devices/sensorpro-ble/issues"
23- "Changelog" = " https://github.com/bluetooth-devices/sensorpro-ble/blob/main/CHANGELOG.md"
24-
2529[tool .poetry .dependencies ]
2630python = " >=3.11,<3.14"
2731habluetooth = {version = " >=3.42.0" , python = " >=3.11,<3.14" }
@@ -41,13 +45,13 @@ docs = [
4145 " sphinx-rtd-theme" ,
4246]
4347
44- [tool .poetry .dev- dependencies ]
48+ [tool .poetry .group . dev . dependencies ]
4549pytest = " ^8.3"
4650pytest-cov = " ^6.1"
4751
4852[tool .semantic_release ]
4953branch = " main"
50- version_toml = [" pyproject.toml:tool.poetry .version" ]
54+ version_toml = [" pyproject.toml:project .version" ]
5155version_variables = [" src/sensorpro_ble/__init__.py:__version__" ]
5256build_command = " pip install poetry && poetry build"
5357
@@ -94,5 +98,5 @@ module = "docs.*"
9498ignore_errors = true
9599
96100[build-system ]
97- requires = [" poetry-core>=1.0 .0" ]
101+ requires = [" poetry-core>=2.1 .0" ]
98102build-backend = " poetry.core.masonry.api"
0 commit comments