From edf3c25d13d262f4536e6845284368de99393154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hasan=20Sezer=20Ta=C5=9Fan?= <13135006+hasansezertasan@users.noreply.github.com> Date: Wed, 29 May 2024 01:21:23 +0300 Subject: [PATCH] Remove duplicate classifiers, sort classifiers, update incorrect project urls. (#21) --- pyproject.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e02b231..0a144a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,14 +35,16 @@ classifiers = [ "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Software Development", "Topic :: Software Development :: Libraries", - "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Software Development :: Libraries :: Application Frameworks", "License :: OSI Approved :: MIT License", "Intended Audience :: Developers", "Intended Audience :: Information Technology", "Operating System :: OS Independent", "Typing :: Typed", + "Environment :: Web Environment", "Programming Language :: Python", + "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", @@ -52,14 +54,13 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", "Framework :: FastAPI", "Framework :: Flask", - "Environment :: Web Environment", ] dependencies = [] [project.urls] -Documentation = "https://github.com/unknown/openapipages#readme" -Issues = "https://github.com/unknown/openapipages/issues" -Source = "https://github.com/unknown/openapipages" +Documentation = "https://github.com/hasansezertasan/openapipages#readme" +Issues = "https://github.com/hasansezertasan/openapipages/issues" +Source = "https://github.com/hasansezertasan/openapipages" [tool.hatch.version] path = "src/openapipages/__about__.py"