feat: use SPDX license identifier (#1425) · python-zeroconf/python-zeroconf@1596145
@@ -3,15 +3,14 @@ name = "zeroconf"
33version = "0.135.0"
44description = "A pure python implementation of multicast DNS service discovery"
55authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"]
6-license = "LGPL"
6+license = "LGPL-2.1-or-later"
77readme = "README.rst"
88repository = "https://github.com/python-zeroconf/python-zeroconf"
99documentation = "https://python-zeroconf.readthedocs.io"
1010classifiers=[
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',