Skip to content

Commit

Permalink
chore: add classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jason810496 committed Jul 21, 2024
1 parent af30d7c commit 970b4b5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ authors = ["jason810496 <810496@email.wlsh.tyc.edu.tw>"]
license = "MIT"
readme = "README.md"
keywords = ["pgmq","PGMQ","sqlalchemy","SQLAlchemy","tembo_pgmq_python"]
classifiers = [
"Intended Audience :: Information Technology",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Operating System :: Unix",
"Operating System :: MacOS",
]

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

0 comments on commit 970b4b5

Please sign in to comment.