From e89f0699b53040caa29f97671b897a01ed18fe5e Mon Sep 17 00:00:00 2001 From: Freddy Boulton Date: Thu, 3 Apr 2025 13:56:18 -0400 Subject: [PATCH] MIT license (#246) --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48d4d33..a3a2a36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,8 @@ name = "fastrtc" version = "0.0.19" description = "The realtime communication library for Python" readme = "README.md" -license = "apache-2.0" +license = "MIT" +license-files = ["LICENSE"] requires-python = ">=3.10" authors = [{ name = "Freddy Boulton", email = "YOUREMAIL@domain.com" }] keywords = [