From 8d4243e101f0e65dddb8accca03a77635a906d67 Mon Sep 17 00:00:00 2001 From: Rogdham <3994389+Rogdham@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:53:40 +0200 Subject: [PATCH] Add license to package classiers (#845) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1229a73a..d6cc581c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ authors = [ description = "Python binding to the Networking and Cryptography (NaCl) library" license = {text = "Apache-2.0"} classifiers = [ + "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: 3",