We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87afc75 commit aa4a727Copy full SHA for aa4a727
nibabel/info.py
@@ -89,7 +89,10 @@ def cmp_pkg_version(version_str, pkg_version_str=__version__):
89
"Intended Audience :: Science/Research",
90
"License :: OSI Approved :: MIT License",
91
"Operating System :: OS Independent",
92
- "Programming Language :: Python",
+ "Programming Language :: Python :: 2.7",
93
+ "Programming Language :: Python :: 3.3",
94
+ "Programming Language :: Python :: 3.4",
95
+ "Programming Language :: Python :: 3.5",
96
"Topic :: Scientific/Engineering"]
97
98
description = 'Access a multitude of neuroimaging data formats'
0 commit comments