pyproject: don't put the entire LICENSE file in PyPI metadata.

It looks very ugly.
This commit is contained in:
Catherine 2024-05-22 00:40:58 +00:00
parent 324c37f9fa
commit 8c83227d15

View file

@ -11,7 +11,7 @@ name = "amaranth"
description = "Amaranth hardware definition language"
readme = "README.md"
authors = [{name = "Amaranth HDL contributors"}]
license = {file = "LICENSE.txt"}
license = { text = "BSD-2-clause" }
requires-python = "~=3.8"
dependencies = [