We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df88141 commit 83dc8cbCopy full SHA for 83dc8cb
1 file changed
setup.py
@@ -62,7 +62,7 @@
62
if os.name == 'nt':
63
SCRIPTS = ['python-qwt-tests', 'python-qwt-tests.bat']
64
else:
65
- SCRIPTS = ['python-tests']
+ SCRIPTS = ['python-qwt-tests']
66
SCRIPTS = [osp.join('scripts', fname) for fname in SCRIPTS]
67
68
0 commit comments