From b5f771f05fc7efbc1951b96a55338375d3bd825c Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Sun, 8 Sep 2024 17:36:48 +0900 Subject: [PATCH] build: add license --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index c5f94d7..fbfb51a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,11 +21,13 @@ readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.10,<4" classifiers = [ + "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "License :: OSI Approved :: Apache Software License", ] keywords = ["slack", "wrapper", "helper", "viewer"]