feat: use SPDX license identifier (#1425) · python-zeroconf/python-zeroconf@1596145

@@ -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',