Skip to content

Commit

Permalink
Merge pull request #3 from Capsize-Games/w4ffl35-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
w4ffl35 authored Feb 11, 2024
2 parents 6ac3f31 + 9aa01de commit dc96b29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PyQt6 Mediator Mixin

[![Upload Python Package](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml/badge.svg)](https://github.com/Capsize-Games/PyQt6-mediator-mixin/actions/workflows/python-publish.yml)

`PyQt6 Mediator Mixin` is a Python library that enhances PyQt6's signal-slot mechanism by implementing the mediator pattern. This pattern allows classes to emit and receive signals without knowing about each other, leading to more modular and maintainable code.

Key features:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='PyQt6-mediator-mixin',
version="1.0.1",
version="1.0.2",
author="Capsize LLC",
description="A PyQt6 mediator mixin",
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand Down

0 comments on commit dc96b29

Please sign in to comment.