8000 package names by stonebig · Pull Request #910 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

package names #910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 19, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
package names
  • Loading branch information
stonebig committed Dec 19, 2020
commit 644efa020edccbb8224175f6a3a5e3cef53d5988
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.202011212'
__version__ = '3.0.202011219'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
6 changes: 6 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2782,3 +2782,9 @@ description = Community maintained hooks for PyInstaller
[nbval]
description = A py.test plugin to validate Jupyter notebooks

[jupyterlab-classic]
description = The next gen old-school Notebook UI

[sklearn-contrib-lightning]
description = Large-scale sparse linear classification, regression and ranking in Python

0