Skip to content

Commit c9ed747

Browse files
committed
Update setup.py
1 parent d0892f9 commit c9ed747

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ def _package_status(pkg_name, version, version_getter, checker):
245245
return 'low-version', have_version
246246
return 'satisfied', have_version
247247

248-
cmdclass = {'build_py': get_comrec_build('nipype'),
249-
'install_scripts': install_scripts_bat}
248+
cmdclass = {'build_py': get_comrec_build('nipype')}
250249

251250
# Get version and release info, which is all stored in nipype/info.py
252251
ver_file = os.path.join('nipype', 'info.py')

0 commit comments

Comments
 (0)