Skip to content

Commit 931810b

Browse files
committed
Migrate to pip
1 parent 4b8e242 commit 931810b

File tree

133 files changed

+27
-10
lines changed

Some content is hidden

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

133 files changed

+27
-10
lines changed

README.md

Lines changed: 2 additions & 6 deletions

setup.py

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

1010
setup(
11-
name='spinalcordtoolbox-data-<dataset>',
11+
name='spinalcordtoolbox-data-testing',
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='[email protected]',
1717
url='https://spinalcordtoolbox.com/',
1818
project_urls={
19-
'Source': 'https://github.com/sct-data/<dataset>',
19+
'Source': 'https://github.com/sct-data/sct-testing-data',
2020
#'Documentation': '',
2121
},
22-
#license='CC-BY-NC', ??
23-
#license_files=[ ... ] # TODO?
22+
license_files=[ 'LICENSE' ],
2423

2524
packages=find_namespace_packages('src/'),
2625
package_dir={"":"src/"},
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >

0 commit comments

Comments
 (0)