From eaf3ab8f94383fe9b5dfbb7016fdfb23c230d0f3 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Tue, 27 Aug 2024 12:05:56 +0200 Subject: [PATCH] add license classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0fe3524..4b597a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ authors = [ { name = "Massimiliano Pippi", email = "mpippi@gmail.com" }, ] classifiers = [ + "License :: OSI Approved :: Apache Software License", "Development Status :: 4 - Beta", "Programming Language :: Python", "Programming Language :: Python :: 3.8",