Skip to content

Commit 69f9bdc

Browse files
committed
build(wrapper): Fix metadata
1 parent 55110d3 commit 69f9bdc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

wrapper/setup.cfg

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ maintainer_email = [email protected]
77
license = 3-clause BSD
88
description = A wrapper for generating Docker commands using regular sMRIPrep syntax
99
long_description = file:README.rst
10-
long_description_content_type = text/x-rst; charset=UTF-8
10+
long_description_content_type = text/x-rst
1111
classifiers =
1212
Development Status :: 4 - Beta
1313
Intended Audience :: Science/Research
1414
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
15+
Programming Language :: Python :: 2
16+
Programming Language :: Python :: 3
1917

2018
[options]
2119
py_modules = smriprep_docker

0 commit comments

Comments
 (0)