Skip to content

Commit 48f3078

Browse files
committed
MAINT: Set name to nibabel in setup.py
1 parent 79392b0 commit 48f3078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
messages = custom_pydicom_messages)
5858

5959
def main(**extra_args):
60-
setup(name=INFO.NAME,
60+
setup(name='nibabel',
6161
maintainer=INFO.MAINTAINER,
6262
maintainer_email=INFO.MAINTAINER_EMAIL,
6363
description=INFO.DESCRIPTION,

0 commit comments

Comments
 (0)