Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions make.py
Original file line number Diff line number Diff line change
Expand Up @@ -916,6 +916,13 @@ def _create_launchers(self):
args=r'Noshell.vbs qtlinguist.bat',
)

self.create_launcher(
'Qt Assistant.exe',
'qtassistant.ico',
command='wscript.exe',
args=r'Noshell.vbs qtassistant.bat',
)

# Jupyter launchers
self.create_launcher(
'IPython Qt Console.exe',
Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '3.0.20200927'
__version__ = '3.0.20201011'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
15 changes: 15 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2731,3 +2731,18 @@ description = JupyterLab extension providing HTML widgets
[mpl-interactions]
description = Matplotlib aware interact functions

[httpx]
description = The next generation HTTP client.

[httpcore]
description = A minimal low-level HTTP client.

[typer]
description = Typer, build great CLIs. Easy to code. Based on Python type hints.

[streamlit]
description = The fastest way to build data apps in Python

[pyqt5-tools]
description = Tools to supplement the official PyQt5 wheels