From 446d8365b4d37d664379b3b03e2c338bcfa0c427 Mon Sep 17 00:00:00 2001 From: Mathieu Kniewallner Date: Tue, 19 Mar 2024 08:11:47 +0100 Subject: [PATCH] chore(packaging): set license classifier (#624) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4c831d04..94271537 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,6 +21,7 @@ classifiers = [ "Programming Language :: Rust", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", + "License :: OSI Approved :: MIT License", ] dependencies = [ "click>=8.0.0,<9",