Skip to content

Commit f6dab6f

Browse files
committed
Migrate to pip package
1 parent b66e6b3 commit f6dab6f

File tree

78 files changed

+2
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2
-17
lines changed

.distriploy.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
import site, sys; site.ENABLE_USER_SITE = True
99

1010
setup(
11-
name='spinalcordtoolbox-data-<dataset>',
11+
name='spinalcordtoolbox-data-PAM50',
1212
description='Part of https://github.com/neuropoly/spinalcordtoolbox',
1313
long_description=(here / 'README.md').read_text(encoding='utf-8'),
1414
long_description_content_type='text/markdown',
1515
author='Neuropoly',
1616
author_email='neuropoly@googlegroups.com',
1717
url='https://spinalcordtoolbox.com/',
1818
project_urls={
19-
'Source': 'https://github.com/sct-data/<dataset>',
19+
'Source': 'https://github.com/sct-data/PAM50',
2020
#'Documentation': '',
2121
},
2222
#license='CC-BY-NC', ??

0 commit comments

Comments
 (0)