Skip to content

Commit 572f78b

Browse files
committed
FIX: Constrain setuptools for Python 2.7 (wrapper)
1 parent b04000f commit 572f78b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wrapper/setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifiers =
2121

2222
[options]
2323
py_modules = fmriprep_docker
24+
install_requires =
25+
setuptools <45; python_version < "3.0"
2426

2527
[options.entry_points]
2628
console_scripts =

0 commit comments

Comments
 (0)