Skip to content

Commit cdd600a

Browse files
authored
MAINT: Update package metadata, pypi splash page (#224)
* MAINT: Update package metadata * FIX: Link to raw github file to avoid having to package images
1 parent 6e04da2 commit cdd600a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Anatomical | Functional
1111
---------- | ----------
12-
![nibabies-anat](./docs/_static/nibabies_anat.png) | ![nibabies-func](./docs/_static/nibabies_func.png)
12+
![nibabies-anat](https://raw.githubusercontent.com/nipreps/nibabies/master/docs/_static/nibabies_anat.png) | ![nibabies-func](https://raw.githubusercontent.com/nipreps/nibabies/master/docs/_static/nibabies_func.png)
1313

1414
*NiBabies* is an open-source software pipeline designed to process anatomical and functional magnetic resonance imaging data.
1515
A member of the [NeuroImaging PREProcessing toolS (NiPreps)](https://www.nipreps.org/) family, *NiBabies* is designed and optimized for human infants between 0-2 years old.

setup.cfg

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author = The NiPreps Developers
33
author_email = [email protected]
44
classifiers =
5-
Development Status :: 2 - Pre-Alpha
5+
Development Status :: 4 - Beta
66
Intended Audience :: Science/Research
77
Topic :: Scientific/Engineering :: Image Recognition
88
License :: OSI Approved :: Apache Software License
@@ -14,7 +14,10 @@ license = Apache License, 2.0
1414
long_description = file:README.md
1515
long_description_content_type = text/markdown; charset=UTF-8
1616
project_urls =
17-
GitHub = https://github.com/nipreps/nibabies
17+
Documentation=https://nibabies.readthedocs.io/en/latest/
18+
Source Code=https://github.com/nipreps/nibabies
19+
Bug Tracker=https://github.com/nipreps/nibabies/issues
20+
Docker=https://hub.docker.com/r/nipreps/nibabies
1821
url = https://github.com/nipreps/nibabies
1922

2023
[options]

0 commit comments

Comments
 (0)