Skip to content

Commit

Permalink
Update pyproject.toml with PyPI compatible classifiers (lava-nc#678)
Browse files Browse the repository at this point in the history
* Update pyproject.toml with PyPI compatible classifiers

* Update license field for pyproject.toml

---------

Co-authored-by: Marcus G K Williams <[email protected]>
  • Loading branch information
tim-shea and mgkwill authored May 2, 2023
1 parent 8991dea commit 8f25f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repository = "https://github.com/lava-nc/lava"
authors = [
"Intel's Neuromorphic Computing Lab and the open source community <[email protected]>"
]
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",
Expand All @@ -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"
]

Expand Down

0 comments on commit 8f25f83

Please sign in to comment.