Skip to content

Commit 8f4e335

Browse files
committed
add script installer
1 parent 6689c1d commit 8f4e335

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,11 @@ def main():
137137
tests_require=ldict['TESTS_REQUIRES'],
138138
test_suite='nose.collector',
139139
zip_safe=False,
140-
extras_require=ldict['EXTRA_REQUIRES']
140+
extras_require=ldict['EXTRA_REQUIRES'],
141+
entry_points='''
142+
[console_scripts]
143+
nipypecli=nipype.scripts.cli:cli
144+
'''
141145
)
142146

143147
if __name__ == "__main__":

0 commit comments

Comments
 (0)