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 55110d3 commit 69f9bdcCopy full SHA for 69f9bdc
wrapper/setup.cfg
@@ -7,15 +7,13 @@ maintainer_email = [email protected]
7
license = 3-clause BSD
8
description = A wrapper for generating Docker commands using regular sMRIPrep syntax
9
long_description = file:README.rst
10
-long_description_content_type = text/x-rst; charset=UTF-8
+long_description_content_type = text/x-rst
11
classifiers =
12
Development Status :: 4 - Beta
13
Intended Audience :: Science/Research
14
License :: OSI Approved :: BSD License
15
- Programming Language :: Python :: 2.7
16
- Programming Language :: Python :: 3.5
17
- Programming Language :: Python :: 3.6
18
- Programming Language :: Python :: 3.7
+ Programming Language :: Python :: 2
+ Programming Language :: Python :: 3
19
20
[options]
21
py_modules = smriprep_docker
0 commit comments