Skip to content

Commit

Permalink
Merge pull request #2 from Capsize-Games/develop
Browse files Browse the repository at this point in the history
Update installation instructions
  • Loading branch information
w4ffl35 authored Feb 11, 2024
2 parents b3fcc7c + 20c7262 commit 6ac3f31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Key features:
## Installation

```bash
pip install PyQt6_mediator_mixin
pip install PyQt6-mediator-mixin
```

## Usage
Expand Down Expand Up @@ -44,4 +44,4 @@ class MySignalCode(Enum):
set_signal_code(MySignalCode)
```

Now, `MyClass` can register and emit `MY_SIGNAL_1` and `MY_SIGNAL_2` using the `MediatorMixin`.
Now, `MyClass` can register and emit `MY_SIGNAL_1` and `MY_SIGNAL_2` using the `MediatorMixin`.
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.0",
version="1.0.1",
author="Capsize LLC",
description="A PyQt6 mediator mixin",
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand Down

0 comments on commit 6ac3f31

Please sign in to comment.