Skip to content

Commit d672cab

Browse files
committed
Migrate to pip
1 parent 4b8e242 commit d672cab

File tree

134 files changed

+27
-23
lines changed

Some content is hidden

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

134 files changed

+27
-23
lines changed

.distriploy.yml

-13
This file was deleted.

README.md

+2-6

setup.py

+3-4
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/"},
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
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.
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.
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.
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.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# empty __init__.py to enable importlib.resources
2+
# see < TODO >
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)