diff --git a/setup.py b/setup.py index 62945a2..7b5c483 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from hbmqtt.version import get_version setup( name="hbmqtt", version=get_version(), - description="MQTT client/brocker using Python 3.4 asyncio library", + description="MQTT client/broker using Python 3.4 asyncio library", author="Nicolas Jouanin", author_email='nico@beerfactory.org', url="https://github.com/beerfactory/hbmqtt",