8000 feat: use SPDX license identifier (#1425) · python-zeroconf/python-zeroconf@1596145 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1596145

Browse files
authored
feat: use SPDX license identifier (#1425)
1 parent 6535963 commit 1596145

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
@@ -3,15 +3,14 @@ name = "zeroconf"
33
version = "0.135.0"
44
description = "A pure python implementation of multicast DNS service discovery"
55
authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"]
6-
license = "LGPL"
6+
license = "LGPL-2.1-or-later"
77
readme = "README.rst"
88
repository = "https://github.com/python-zeroconf/python-zeroconf"
99
documentation = "https://python-zeroconf.readthedocs.io"
1010
classifiers=[
1111
'Development Status :: 5 - Production/Stable',
1212
'Intended Audience :: Developers',
1313
'Intended Audience :: System Administrators',
14-
'License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)',
1514
'Operating System :: POSIX',
1615
'Operating System :: POSIX :: Linux',
1716
'Operating System :: MacOS :: MacOS X',

0 commit comments

Comments
 (0)
0