We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0dc319 commit bccb502Copy full SHA for bccb502
setup.py
@@ -167,6 +167,11 @@ def get_packages():
167
packages=get_packages(),
168
scripts=['%s/test_python_toolbox/scripts/_test_python_toolbox.py'
169
% source_folder],
170
+ entry_points={
171
+ 'console_scripts': [
172
+ '_test_python_toolbox = test_python_toolbox:invoke_nose',
173
+ ],
174
+ },
175
long_description=my_long_description,
176
license='MIT',
177
classifiers=my_classifiers,
0 commit comments