diff --git a/pyproject.toml b/pyproject.toml index 32c38ff2..f00134bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,6 +7,13 @@ authors = ["Lev Vereshchagin "] readme = "README.md" repository = "https://github.com/vrslev/stompman" keywords = ["stomp", "artemis", "activemq", "messaging", "jms"] +classifiers = [ + "Development Status :: 4 - Beta", + "Natural Language :: English", + "Programming Language :: Python :: Implementation :: CPython", + "Topic :: System :: Networking", + "Typing :: Typed", +] [tool.poetry.dependencies] python = "^3.11"