Skip to content

Commit 5d2bec4

Browse files
committed
MAINT: Fix long_description
1 parent 90e392e commit 5d2bec4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ classifiers =
1111
Programming Language :: Python :: 3.8
1212
description = NeuroImaging Babies provides processing tools for magnetic resonance images of the brain in infants.
1313
license = Apache License, 2.0
14-
long_description = file:README.rst
15-
long_description_content_type = text/x-rst; charset=UTF-8
14+
long_description = file:README.md
15+
long_description_content_type = text/markdown; charset=UTF-8
1616
project_urls =
1717
GitHub = https://github.com/nipreps/nibabies
1818
url = https://github.com/nipreps/nibabies

0 commit comments

Comments
 (0)