Skip to content

Commit 72e217d

Browse files
authored
Merge pull request #736 from cdce8p/spdx-identifier
Use SPDX license identifier
2 parents 706c493 + 685f2d6 commit 72e217d

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
@@ -5,14 +5,13 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "plugwise"
77
version = "1.7.3"
8-
license = {file = "LICENSE"}
8+
license = "MIT"
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"
1111
keywords = ["home", "automation", "plugwise", "module"]
1212
classifiers = [
1313
"Development Status :: 5 - Production/Stable",
1414
"Intended Audience :: Developers",
15-
"License :: OSI Approved :: MIT License",
1615
"Operating System :: OS Independent",
1716
"Programming Language :: Python :: 3.12",
1817
"Programming Language :: Python :: 3.13",

0 commit comments

Comments
 (0)