From f805de81110b224dc7a287f1e4471e63e21afe41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 7 Jan 2024 15:48:26 +0100 Subject: [PATCH] Updated classifiers in pyproject.toml --- pyproject.toml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4976894..9a56321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,17 +13,19 @@ readme = "README.md" homepage = "https://sr.ht/~cedric/pyenigma" repository = "https://git.sr.ht/~cedric/pyenigma" -keywords = ["cryptography", "security"] +keywords = ["cryptography", "security", "enigma"] classifiers = [ - 'Development Status :: 5 - Production/Stable', - 'Environment :: Console', - 'Intended Audience :: Developers', - 'Intended Audience :: Science/Research', - 'Topic :: Security', - 'Operating System :: OS Independent', - 'Programming Language :: Python :: 3.6', - 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "Topic :: Security", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)" ] include = [