Skip to content

Commit 83dc8cb

Browse files
committed
Fixed Issue #21: typo in setup.py (for non-Windows platforms)
1 parent df88141 commit 83dc8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
if os.name == 'nt':
6363
SCRIPTS = ['python-qwt-tests', 'python-qwt-tests.bat']
6464
else:
65-
SCRIPTS = ['python-tests']
65+
SCRIPTS = ['python-qwt-tests']
6666
SCRIPTS = [osp.join('scripts', fname) for fname in SCRIPTS]
6767

6868

0 commit comments

Comments
 (0)