Skip to content

Commit

Permalink
update package names
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Nov 7, 2021
1 parent c84ae07 commit af1a9bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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__ = '4.6.20211017'
__version__ = '4.6.20211106'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
12 changes: 12 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3217,3 +3217,15 @@ description = Python bindings for the Qt cross-platform application and UI frame
[jellyfish]
description = a library for doing approximate and phonetic matching of strings.
[tomli-w]
description = A lil' TOML writer

[frozenlist]
description = A list-like structure which implements collections.abc.MutableSequence

[aiosignal]
description = aiosignal: a list of registered asynchronous callbacks

[parsy]
description = easy-to-use parser combinators, for parsing in pure Python

0 comments on commit af1a9bd

Please sign in to comment.