diff --git a/pyproject.toml b/pyproject.toml index 8577703ec..de74583ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ repository = "https://github.com/lava-nc/lava" authors = [ "Intel's Neuromorphic Computing Lab and the open source community " ] -license = "Lava uses multiple licenses and is licensed under BSD-3-Clause or LGPL-2.1-or-later" +license = "(BSD-3-Clause), (LGPL-2.1-or-later)" keywords = [ "neuromorphic", "ai", @@ -33,8 +33,8 @@ classifiers = [ "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", - "License :: OSI Approved :: The 3-Clause BSD License (BSD-3-Clause)", - "License :: OSI Approved :: GNU Lesser General Public License v2.1 or later (LGPL-2.1-or-later)", + "License :: OSI Approved :: BSD License", + "License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)", "Operating System :: OS Independent" ]