Skip to content

Commit bccb502

Browse files
committed
-
1 parent c0dc319 commit bccb502

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ def get_packages():
167167
packages=get_packages(),
168168
scripts=['%s/test_python_toolbox/scripts/_test_python_toolbox.py'
169169
% source_folder],
170+
entry_points={
171+
'console_scripts': [
172+
'_test_python_toolbox = test_python_toolbox:invoke_nose',
173+
],
174+
},
170175
long_description=my_long_description,
171176
license='MIT',
172177
classifiers=my_classifiers,

0 commit comments

Comments
 (0)