Skip to content

Commit 2ca51be

Browse files
committed
add classifiers
1 parent 2acbabc commit 2ca51be

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ documentation = "https://github.com/mcgillij/py3status-http-monitor"
1111
keywords = ["http", "monitor", "status", "i3", "py3status"]
1212
include = [ "LICENSE", ]
1313

14+
classifiers = [
15+
"Environment :: X11 Applications",
16+
"Intended Audience :: End Users/Desktop",
17+
"Operating System :: POSIX :: Linux",
18+
"Topic :: Desktop Environment :: Window Managers",
19+
"Topic :: System :: Monitoring",
20+
]
21+
1422
[tool.poetry.plugins."py3status"]
1523
module = "py3status_http_monitor.http_monitor"
1624

0 commit comments

Comments
 (0)