Skip to content

Commit 2852786

Browse files
authored
Add Trove classifiers (#5)
1 parent db7583c commit 2852786

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ authors = ["Lev Vereshchagin <mail@vrslev.com>"]
77
readme = "README.md"
88
repository = "https://github.com/vrslev/stompman"
99
keywords = ["stomp", "artemis", "activemq", "messaging", "jms"]
10+
classifiers = [
11+
"Development Status :: 4 - Beta",
12+
"Natural Language :: English",
13+
"Programming Language :: Python :: Implementation :: CPython",
14+
"Topic :: System :: Networking",
15+
"Typing :: Typed",
16+
]
1017

1118
[tool.poetry.dependencies]
1219
python = "^3.11"

0 commit comments

Comments
 (0)