From 970b4b59c566591c9399d85ec238b65810981d71 Mon Sep 17 00:00:00 2001 From: jason810496 <810496@email.wlsh.tyc.edu.tw> Date: Sun, 21 Jul 2024 20:28:21 +0800 Subject: [PATCH] chore: add classifiers to pyproject.toml --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4702b21..abb51b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,20 @@ authors = ["jason810496 <810496@email.wlsh.tyc.edu.tw>"] license = "MIT" readme = "README.md" keywords = ["pgmq","PGMQ","sqlalchemy","SQLAlchemy","tembo_pgmq_python"] +classifiers = [ + "Intended Audience :: Information Technology", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Operating System :: Microsoft :: Windows", + "Operating System :: POSIX", + "Operating System :: Unix", + "Operating System :: MacOS", +] [tool.poetry.urls] "Homepage" = "https://github.com/jason810496/pgmq-sqlalchemy"