1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: xrt-1.4.0/setup.py
===================================================================
--- xrt-1.4.0.orig/setup.py
+++ xrt-1.4.0/setup.py
@@ -205,7 +205,7 @@ setup(
'_themes/qook/*.*', '_themes/qook/static/*.*'],
'xrt.gui.xrtQook': ['_icons/*.*'],
'xrt.gui.xrtGlow': ['_icons/*.*']},
- scripts=['xrt/gui/xrtQookStart.pyw', 'xrt/gui/xrtQookStart.py'],
+ scripts=['xrt/gui/xrtQookStart'],
install_requires=['numpy>=1.8.0', 'scipy>=0.17.0', 'matplotlib>=2.0.0',
#'sphinx>=1.6.2',
# 'openpyxl', 'distro'
|