From f81e146832bb3e0255b59bf0f66da4ce981309dc Mon Sep 17 00:00:00 2001 From: Arunanshu Biswas Date: Sat, 15 Feb 2025 03:54:58 +0530 Subject: [PATCH] build(pyproject): add classifiers --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 1aad439..1a5edeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,18 @@ license = { text = "MIT" } readme = "README.md" requires-python = ">=3.9" dependencies = ["pycryptodomex>=3.9.8", "cryptography[ssh]!=37.0.0,>=35.0.0"] +classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Security :: Cryptography", +] # Project URLs [project.urls]