Skip to content

Commit 8c83227

Browse files
committed
pyproject: don't put the entire LICENSE file in PyPI metadata.
It looks very ugly.
1 parent 324c37f commit 8c83227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name = "amaranth"
1111
description = "Amaranth hardware definition language"
1212
readme = "README.md"
1313
authors = [{name = "Amaranth HDL contributors"}]
14-
license = {file = "LICENSE.txt"}
14+
license = { text = "BSD-2-clause" }
1515

1616
requires-python = "~=3.8"
1717
dependencies = [

0 commit comments

Comments
 (0)