Skip to content

Commit

Permalink
Remove duplicate classifiers, sort classifiers, update incorrect proj…
Browse files Browse the repository at this point in the history
…ect urls. (#21)
  • Loading branch information
hasansezertasan authored May 28, 2024
1 parent c2f828c commit edf3c25
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit edf3c25

Please sign in to comment.