Skip to content

Commit fb4b290

Browse files
authored
Update pyproject license identifier (#1798)
* Update pyproject license identifier * update classifiers
1 parent 52d37da commit fb4b290

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ authors = [
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: MIT License",
16-
"Programming Language :: Python :: 3.10",
17-
"Programming Language :: Python :: 3.11",
18-
"Programming Language :: Python :: 3.12",
19-
"Programming Language :: Python :: 3.13",
20-
"Programming Language :: Python :: 3.14",
15+
"Programming Language :: Python :: 3",
16+
"Topic :: Home Automation",
2117
"Topic :: System :: Hardware :: Hardware Drivers",
2218
]
2319
dependencies = [
@@ -29,7 +25,7 @@ dependencies = [
2925
description = "An Asynchronous Library for the KNX protocol. Documentation: https://xknx.io/"
3026
dynamic = ["version"]
3127
keywords = ["KNX", "EIB", "Home Assistant", "home automation"]
32-
license = { text = "MIT" }
28+
license = "MIT"
3329
readme = "README.md"
3430
requires-python = ">=3.10.0"
3531

0 commit comments

Comments
 (0)