From e3cc77f223d7344111feb38a3c0f8e17b74fa0c9 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Thu, 23 Oct 2025 17:31:57 -0500 Subject: [PATCH] add PEP-639 license metadata --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index f3d8976..ca24621 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,8 @@ [project] name = "annotated-doc" version = "0.0.2" +license = "MIT" +license-files = ["LICENSE"] description = "Document parameters, class attributes, return types, and variables inline, with Annotated." readme = "README.md" authors = [