From 97d8ea20a04e31a009b0697b4c546007cf9b5760 Mon Sep 17 00:00:00 2001 From: Alec Bakholdin <43560338+alecbakholdin@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:10:53 -0500 Subject: [PATCH] Add license information to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ee6b266..fe35530 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ name = "cel-python" version = "0.4.0" description = "Pure Python implementation of Google Common Expression Language" readme = "README.rst" +license = "Apache-2.0" license-files = ["LICENSE"] classifiers = [ "Development Status :: 4 - Beta",