Skip to content

Commit 17ed748

Browse files
committed
maint: little curation of metadata in setup.cfg [skip ci]
1 parent dcd8536 commit 17ed748

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

setup.cfg

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
[metadata]
2-
url = https://github.com/nipreps/niworkflows
32
author = The NiPreps Developers
43
author_email = [email protected]
5-
maintainer = Oscar Esteban
6-
maintainer_email = [email protected]
7-
description = NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain.
8-
long_description = file:README.rst
9-
long_description_content_type = text/x-rst; charset=UTF-8
10-
license = 3-clause BSD
114
classifiers =
125
Development Status :: 4 - Beta
136
Intended Audience :: Science/Research
@@ -16,6 +9,15 @@ classifiers =
169
Programming Language :: Python :: 3.6
1710
Programming Language :: Python :: 3.7
1811
Programming Language :: Python :: 3.8
12+
description = NeuroImaging Workflows provides processing tools for magnetic resonance images of the brain.
13+
license = 3-clause BSD
14+
long_description = file:README.rst
15+
long_description_content_type = text/x-rst; charset=UTF-8
16+
project_urls =
17+
Documentation = https://www.nipreps.org/niworkflows
18+
GitHub = https://github.com/nipreps/niworkflows
19+
Zenodo = https://doi.org/10.5281/zenodo.2650331
20+
url = https://github.com/nipreps/niworkflows
1921

2022
[options]
2123
python_requires = >= 3.6

0 commit comments

Comments
 (0)