diff --git a/pyproject.toml b/pyproject.toml index 499d1f087..900985648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,8 @@ authors = [ ] description = "embedded systems control library for development, testing and installation" readme = "README.rst" -license = { file="LICENSE" } +license = "LGPL-2.1-or-later" +license-files = [ "LICENSE" ] requires-python = ">=3.10" classifiers = [ "Intended Audience :: Developers", @@ -29,7 +30,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: 3.14", - "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", ] dependencies = [ "attrs>=21.4.0",