diff --git a/pyproject.toml b/pyproject.toml index 346a88cd..ed90ec8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ repository = "https://github.com/lava-nc/lava-optimization" authors = [ "Intel's Neuromorphic Computing Lab and the open source community " ] -license = "Lava DL is licensed under BSD-3-Clause" +license = "(BSD-3-Clause)" keywords = [ "neuromorphic", "ai", @@ -35,7 +35,7 @@ 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 :: BSD License", "Operating System :: OS Independent" ]