File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 2828OTHER 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/'
Original file line number Diff line number Diff line change @@ -2731,3 +2731,18 @@ description = JupyterLab extension providing HTML widgets
27312731[mpl-interactions]
27322732description = 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+
You can’t perform that action at this time.
0 commit comments