Skip to content

Commit 19d66b4

Browse files
committed
Update description
1 parent 5683c1f commit 19d66b4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# python-mediator
22
Elastic and extensible asyncio CQRS + ES python microframework.
3-
Compatible with recent python versions: 3.7, 3.8, 3.9.
3+
Compatible with recent python versions: 3.7, 3.8, 3.9, pypy3.
44

55
Corresponds to clean architecture patterns, ideal for
66
command/query segregation scenarios and event-driven design approaches.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "python-mediator"
33
version = "0.4.1"
4-
description = "Python mediator bus microframework for CQRS + ES, Event-driven approaches"
4+
description = "Python mediator bus microframework for CQRS + ES"
55
authors = ["Damian Łukawski <damian@lukawscy.pl>"]
66
license = "MIT"
77
packages = [

0 commit comments

Comments
 (0)