Skip to content

Commit 97e6f3d

Browse files
authored
webknossos pyproject.toml: add trove classifiers (#722)
1 parent 2e54bde commit 97e6f3d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

webknossos/pyproject.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ readme = "README.md"
77
license = "AGPL-3.0"
88
repository = "https://github.com/scalableminds/webknossos-libs"
99
homepage = "https://docs.webknossos.org/webknossos-py"
10+
classifiers = [
11+
"Intended Audience :: Developers",
12+
"Intended Audience :: Education",
13+
"Intended Audience :: Healthcare Industry",
14+
"Intended Audience :: Information Technology",
15+
"Intended Audience :: Science/Research",
16+
"Operating System :: OS Independent",
17+
"Programming Language :: Python :: 3.7",
18+
"Topic :: Education",
19+
"Topic :: Multimedia :: Graphics",
20+
"Topic :: Scientific/Engineering",
21+
"Topic :: Scientific/Engineering :: Bio-Informatics",
22+
"Topic :: Scientific/Engineering :: Image Processing",
23+
"Topic :: Scientific/Engineering :: Information Analysis",
24+
"Topic :: Scientific/Engineering :: Medical Science Apps.",
25+
"Topic :: Scientific/Engineering :: Visualization",
26+
"Topic :: Software Development :: Libraries",
27+
"Typing :: Typed"
28+
]
1029
include = ["webknossos/version.py"] # included explicitly since it's in .gitignore
1130

1231
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)