From 740b91e80488a662b52bd576a335302d3538ebec Mon Sep 17 00:00:00 2001 From: ljnsn Date: Thu, 7 Mar 2024 02:09:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20add=20classifiers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index dff3f50..5623c86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,6 +12,22 @@ dependencies = [ requires-python = ">=3.10" readme = "README.md" license = { text = "MIT" } +repository = "https://github.com/ljnsn/coinapi-rest" +keywords = ["cryptocurrency", "crypto", "prices", "coinapi"] +classifiers = [ + "Development Status :: 4 - Beta", + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT 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 :: Only", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Python Modules", + "Typing :: Typed", +] [build-system] requires = ["pdm-backend"]