We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a26cf commit 34f2605Copy full SHA for 34f2605
pyproject.toml
@@ -8,11 +8,8 @@ dynamic = ["version", "dependencies"]
8
name = "amaranth-yosys"
9
description = "Specialized WebAssembly build of Yosys used by Amaranth HDL"
10
readme = "README.rst"
11
-license = {text = "ISC"}
12
authors = [{name = "whitequark", email = "whitequark@whitequark.org"}]
13
-classifiers = [
14
- "License :: OSI Approved :: ISC License (ISCL)",
15
-]
+license = "ISC"
16
17
requires-python = "~=3.8"
18
0 commit comments