Skip to content

Commit 8313136

Browse files
effigiescoalsont
authored andcommitted
MNT: Add classifiers to improve PyPI listing
1 parent 869db5c commit 8313136

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.cfg

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ description = HCP version of Gradient Unwarping Package for Python/Numpy
55
author = Human Connectome Project
66
long_description = file:README.md
77
long_description_content_type = text/markdown
8+
classifiers =
9+
Development Status :: 6 - Mature
10+
License :: OSI Approved :: MIT License
11+
Programming Language :: Python :: 2.7
12+
Programming Language :: Python :: 3.6
13+
Programming Language :: Python :: 3.7
14+
Programming Language :: Python :: 3.8
15+
Programming Language :: Python :: 3.9
16+
Programming Language :: Python :: 3.10
17+
Programming Language :: Python :: 3.11
18+
Programming Language :: Python :: 3.12
19+
Operating System :: OS Independent
20+
Topic :: Scientific/Engineering :: Image Processing
21+
Topic :: Scientific/Engineering :: Medical Science Apps.
822

923
[options]
1024
packages = find:

0 commit comments

Comments
 (0)