From 67b5be9e763f86646a549789d04484f54b11c9d3 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Fri, 29 Dec 2023 00:52:17 -0300 Subject: [PATCH] add: classifiers in pyproject --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index bdc0b83..ab29b55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,20 @@ keywords = [ "keccak256", "blockchain", ] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Security :: Cryptography" +] [tool.poetry.dependencies] pycryptodome = "^3.19.0"