Skip to content

Commit 970b4b5

Browse files
committed
chore: add classifiers to pyproject.toml
1 parent af30d7c commit 970b4b5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ authors = ["jason810496 <810496@email.wlsh.tyc.edu.tw>"]
66
license = "MIT"
77
readme = "README.md"
88
keywords = ["pgmq","PGMQ","sqlalchemy","SQLAlchemy","tembo_pgmq_python"]
9+
classifiers = [
10+
"Intended Audience :: Information Technology",
11+
"Intended Audience :: Developers",
12+
"License :: OSI Approved :: MIT License",
13+
"Programming Language :: Python :: 3",
14+
"Programming Language :: Python :: 3.9",
15+
"Programming Language :: Python :: 3.10",
16+
"Programming Language :: Python :: 3.11",
17+
"Programming Language :: Python :: 3.12",
18+
"Operating System :: Microsoft :: Windows",
19+
"Operating System :: POSIX",
20+
"Operating System :: Unix",
21+
"Operating System :: MacOS",
22+
]
923

1024
[tool.poetry.urls]
1125
"Homepage" = "https://github.com/jason810496/pgmq-sqlalchemy"

0 commit comments

Comments
 (0)