29 lines
960 B
Diff
29 lines
960 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -97,7 +97,7 @@
|
|
('share/metainfo',
|
|
['scripts/org.spyder_ide.spyder.appdata.xml'])]
|
|
elif os.name == 'nt':
|
|
- data_files = [('scripts', ['img_src/spyder.ico',
|
|
+ data_files = [('share/spyder', ['img_src/spyder.ico',
|
|
'img_src/spyder_reset.ico'])]
|
|
else:
|
|
data_files = []
|
|
@@ -213,7 +213,7 @@
|
|
'intervaltree>=3.0.2',
|
|
'ipython>=8.12.2,<8.13.0; python_version=="3.8"',
|
|
'ipython>=8.13.0,<9.0.0,!=8.17.1; python_version>"3.8"',
|
|
- 'jedi>=0.17.2,<0.20.0',
|
|
+ 'jedi>=0.17.2',
|
|
'jellyfish>=0.7',
|
|
'jsonschema>=3.2.0',
|
|
'keyring>=17.0.0',
|
|
@@ -231,7 +231,6 @@
|
|
'python-lsp-black>=2.0.0,<3.0.0',
|
|
'pyls-spyder>=0.4.0',
|
|
'pyqt5>=5.10,<5.16',
|
|
- 'pyqtwebengine>=5.10,<5.16',
|
|
'python-lsp-server[all]>=1.11.0,<1.12.0',
|
|
'pyxdg>=0.26;platform_system=="Linux"',
|
|
'pyzmq>=24.0.0',
|