From 8c83227d1505efc09863fca5e985d82b1b1ee2e5 Mon Sep 17 00:00:00 2001 From: Catherine Date: Wed, 22 May 2024 00:40:58 +0000 Subject: [PATCH] pyproject: don't put the entire LICENSE file in PyPI metadata. It looks very ugly. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ae0274..9f8b75c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [