pyproject: don't put the entire LICENSE file in PyPI metadata.
It looks very ugly.
This commit is contained in:
parent
324c37f9fa
commit
8c83227d15
|
@ -11,7 +11,7 @@ name = "amaranth"
|
||||||
description = "Amaranth hardware definition language"
|
description = "Amaranth hardware definition language"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [{name = "Amaranth HDL contributors"}]
|
authors = [{name = "Amaranth HDL contributors"}]
|
||||||
license = {file = "LICENSE.txt"}
|
license = { text = "BSD-2-clause" }
|
||||||
|
|
||||||
requires-python = "~=3.8"
|
requires-python = "~=3.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|
Loading…
Reference in a new issue