From: Luke Kenneth Casson Leighton Date: Sun, 11 Apr 2021 23:57:14 +0000 (+0100) Subject: update license classifier X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b2a34df2e865075aadc68fa64a1605acbcb1afbb;p=nmutil.git update license classifier --- diff --git a/setup.py b/setup.py index 393b8cf..a77f774 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( long_description=README + '\n\n' + NEWS, classifiers=[ "Topic :: Software Development :: Libraries", - "License :: OSI Approved :: LGPLv3+", + "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Programming Language :: Python :: 3", ], keywords='nmigen utilities',