@@ -7,6 +7,25 @@ readme = "README.md"
77license = " AGPL-3.0"
88repository = " https://github.com/scalableminds/webknossos-libs"
99homepage = " 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+ ]
1029include = [" webknossos/version.py" ] # included explicitly since it's in .gitignore
1130
1231[tool .poetry .dependencies ]
0 commit comments