Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit a83928e

Browse files
committed
Fix PyPI license metadata.
Closes #31.
1 parent 2932549 commit a83928e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

software/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ name = "fx2"
99
authors = [{name = "whitequark", email = "whitequark@whitequark.org"}]
1010
description = "A Python package for interacting with Cypress EZ-USB FX2 series chips"
1111
readme = "README.rst"
12-
license = {text = "BSD-0-clause"}
12+
+license = "0BSD"
1313
classifiers = [
1414
"Development Status :: 4 - Beta",
15-
"License :: OSI Approved", # " :: 0-clause BSD License", (not in PyPI)
1615
"Topic :: Software Development :: Embedded Systems",
1716
"Topic :: System :: Hardware",
1817
]

0 commit comments

Comments
 (0)