Skip to content

Commit

Permalink
ci: add pyproject classifiers and urls
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-iv committed Jul 11, 2024
1 parent 30fe8bb commit 2aa2c3c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,35 @@ dependencies = [
requires-python = ">=3.8"
readme = "README.md"
license = {text = "MIT"}
classifiers = [
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development",
"Typing :: Typed",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: System Administrators",
"Topic :: Internet",
"Topic :: Internet :: WWW/HTTP :: HTTP Servers",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.urls]
Documentation = "https://flaskwebsockets.readthedocs.io/en/latest/"
"Issue Tracker" = "https://github.com/ch-iv/flask-websockets/issues"
Repository = "https://github.com/ch-iv/flask-websockets"

[build-system]
requires = ["pdm-backend"]
Expand Down

0 comments on commit 2aa2c3c

Please sign in to comment.