Skip to content

Commit e5d6a98

Browse files
authored
Update pyproject licensing to be compliant with PEP 639 (#209)
1 parent d25d1ed commit e5d6a98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ authors = [
1010
{name = "Tucker Kern", email = "tuckkern@gmail.com"},
1111
]
1212
requires-python = ">=3.9"
13-
license = {text = "MIT"}
13+
license = "MIT"
1414
classifiers = [
1515
"Programming Language :: Python :: 3",
1616
"Programming Language :: Python :: 3.9",
1717
"Programming Language :: Python :: 3.10",
1818
"Programming Language :: Python :: 3.11",
1919
"Programming Language :: Python :: 3.12",
2020
"Programming Language :: Python :: 3.13",
21-
"License :: OSI Approved :: MIT License",
2221
"Operating System :: OS Independent",
2322
"Topic :: Home Automation"
2423
]

0 commit comments

Comments
 (0)