From fef830c3bf29ae6564a99c633988f8e758977722 Mon Sep 17 00:00:00 2001 From: Laurie O Date: Wed, 30 Oct 2024 19:00:35 +1000 Subject: [PATCH] Add Trove classifiers --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a5802f9..e11f226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,16 @@ name = "swf-typed" authors = [ { name = "Laurie", email = "laurie_opperman@hotmail.com" }, ] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Natural Language :: English", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3 :: Only", + "Topic :: Software Development", + "Typing :: Typed", +] dependencies = [ "boto3 ~= 1.18", ]