We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d66a2e commit cf60eaeCopy full SHA for cf60eae
odml/info.json
@@ -6,11 +6,13 @@
6
"CONTACT": "[email protected]",
7
"HOMEPAGE": "https://github.com/G-Node/python-odml",
8
"CLASSIFIERS": [
9
- "Programming Language :: Python :: 2",
10
- "Programming Language :: Python :: 3",
11
- "License :: OSI Approved :: BSD License",
12
"Development Status :: 5 - Production/Stable",
+ "Programming Language :: Python",
+ "Programming Language :: Python :: 2.7",
+ "Programming Language :: Python :: 3.5",
13
+ "Programming Language :: Python :: 3.6",
14
"Topic :: Scientific/Engineering",
- "Intended Audience :: Science/Research"
15
+ "Intended Audience :: Science/Research",
16
+ "License :: OSI Approved :: BSD License"
17
]
18
}
0 commit comments