From 90c6802326935d1ab1bcd2d7ea988ad7582fdbfd Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Wed, 12 Nov 2025 00:33:03 +0100 Subject: [PATCH] Add MIT license expression in `pyproject.toml` --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7e94de0..f2bbb45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ build-backend = "setuptools.build_meta" name = "wsproto" description = "Pure-Python WebSocket protocol implementation" readme = { file = "README.rst", content-type = "text/x-rst" } +license = "MIT" license-files = [ "LICENSE" ] authors = [