Skip to content

Commit

Permalink
feat(pyproject): add classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
likeinlife committed Jul 20, 2024
1 parent 4f8ab29 commit 5b656d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ repository = "https://github.com/likeinlife/cqrs_mediator"
homepage = "https://pypi.org/project/meator/"
documentation = "https://github.com/likeinlife/cqrs_mediator/wiki"
keywords = ["dispatcher", "command", "event", "query", "mediator", "cqrs"]
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Software Development :: Libraries :: Python Modules",
]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit 5b656d5

Please sign in to comment.