File tree Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Expand file tree Collapse file tree 4 files changed +8
-10
lines changed Original file line number Diff line number Diff line change
1
+ ref-names: $Format:%D$
Original file line number Diff line number Diff line change 1
1
sdcflows /_version.py export-subst
2
+ .git_archival.txt export-subst
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ description = Susceptibility Distortion Correction (SDC) workflows for EPI MR sc
13
13
license = Apache-2.0
14
14
long_description = file:README.rst
15
15
long_description_content_type = text/x-rst; charset=UTF-8
16
+ name = sdcflows
16
17
project_urls =
17
18
Documentation = https://www.nipreps.org/sdcflows
18
19
GitHub = https://github.com/nipreps/sdcflows
@@ -24,6 +25,7 @@ python_requires = >=3.6
24
25
setup_requires =
25
26
setuptools >= 42.0
26
27
setuptools_scm >= 3.4
28
+ setuptools_scm_git_archive
27
29
toml
28
30
install_requires =
29
31
nibabel >=3.0.1
@@ -38,6 +40,7 @@ test_requires =
38
40
pytest
39
41
packages = find:
40
42
include_package_data = True
43
+ zip_safe = True
41
44
42
45
[options.exclude_package_data]
43
46
* = tests
@@ -69,15 +72,6 @@ sdcflows =
69
72
data/*.nii.gz
70
73
data/*.mat
71
74
data/flirtsch/*.cnf
72
- VERSION
73
-
74
- [versioneer]
75
- VCS = git
76
- style = pep440
77
- versionfile_source = sdcflows/_version.py
78
- versionfile_build = sdcflows/_version.py
79
- tag_prefix =
80
- parentdir_prefix =
81
75
82
76
[flake8]
83
77
max-line-length = 99
Original file line number Diff line number Diff line change @@ -9,7 +9,9 @@ def main():
9
9
"""Install entry-point."""
10
10
from setuptools import setup
11
11
12
- setup (name = "sdcflows" )
12
+ setup (
13
+ name = "sdcflows" , use_scm_version = True ,
14
+ )
13
15
14
16
15
17
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments