8000 Merge pull request #891 from stonebig/master · sandeepjana/winpython@5b004a0 · GitHub
[go: up one dir, main page]

10000
Skip to content

Commit 5b004a0

Browse files
authored
Merge pull request winpython#891 from stonebig/master
re-add qtassistant icon
2 parents ca67089 + b37c766 commit 5b004a0

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

make.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,13 @@ def _create_launchers(self):
916916
args=r'Noshell.vbs qtlinguist.bat',
917917
)
918918

919+
self.create_launcher(
920+
'Qt Assistant.exe',
921+
'qtassistant.ico',
922+
command='wscript.exe',
923+
args=r'Noshell.vbs qtassistant.bat',
924+
)
925+
919926
# Jupyter launchers
920927
self.create_launcher(
921928
'IPython Qt Console.exe',

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '3.0.20200927'
31+
__version__ = '3.0.20201011'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,3 +2731,18 @@ description = JupyterLab extension providing HTML widgets
27312731
[mpl-interactions]
27322732
description = Matplotlib aware interact functions
27332733
2734+
[httpx]
2735+
description = The next generation HTTP client.
2736+
2737+
[httpcore]
2738+
description = A minimal low-level HTTP client.
2739+
2740+
[typer]
2741+
description = Typer, build great CLIs. Easy to code. Based on Python type hints.
2742+
2743+
[streamlit]
2744+
description = The fastest way to build data apps in Python
2745+
2746+
[pyqt5-tools]
2747+
description = Tools to supplement the official PyQt5 wheels
2748+

0 commit comments

Comments
 (0)
0