From 5feaad66785fa0881fad55de2dd7375851b0e673 Mon Sep 17 00:00:00 2001 From: Wu Clan Date: Mon, 19 Feb 2024 10:07:28 +0800 Subject: [PATCH] Add classifiers and urls to pyproject --- pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 46d1fb4..8739797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,20 @@ dependencies = [ requires-python = ">=3.10" readme = "README.md" license = { text = "MIT" } +classifiers = [ + "Intended Audience :: Developers", + "License :: OSI Approved :: MIT License", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Topic :: Software Development :: Libraries", + "Topic :: Software Development :: Libraries :: Python Modules", +] + +[project.urls] +homepage = "https://github.com/fastapi-practices/fastapi_oauth20" +repository = "https://github.com/fastapi-practices/fastapi_oauth20" [tool.pdm.dev-dependencies] lint = [