File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,8 @@ authors = [
1212classifiers = [
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]
2319dependencies = [
@@ -29,7 +25,7 @@ dependencies = [
2925description = " An Asynchronous Library for the KNX protocol. Documentation: https://xknx.io/"
3026dynamic = [" version" ]
3127keywords = [" KNX" , " EIB" , " Home Assistant" , " home automation" ]
32- license = { text = " MIT" }
28+ license = " MIT"
3329readme = " README.md"
3430requires-python = " >=3.10.0"
3531
You can’t perform that action at this time.
0 commit comments