From 271157474b0e5a412d085393abc9936bdeab0afd Mon Sep 17 00:00:00 2001 From: Samuel Cormier-Iijima Date: Fri, 7 Mar 2025 11:27:23 -0500 Subject: [PATCH] chore: add pypi metadata --- pyproject.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6e6f79d..a3b4c3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,26 @@ authors = [{ name = "Patrick Gingras", email = "775.pg.12@gmail.com" }] license = { text = "BSD-3-Clause" } dependencies = [] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "License :: OSI Approved :: BSD License", + "Operating System :: OS Independent", + "Programming Language :: Python", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3 :: Only", + "Topic :: Software Development :: Libraries :: Python Modules", + "Typing :: Typed", +] + +[project.urls] +Homepage = "https://github.com/fellowapp/asyncio-connection-pool" +Repository = "https://github.com/fellowapp/asyncio-connection-pool" +Changelog = "https://github.com/fellowapp/asyncio-connection-pool/releases" + [project.optional-dependencies] datadog = ["ddtrace", "datadog"]