update author and url

pull/29/head
Florian Ludwig 2021-03-13 17:48:29 +01:00
rodzic 0868d06fd3
commit df1696d8f9
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -8,9 +8,8 @@ setup(
name="amqtt", name="amqtt",
version="0.10.0a0", version="0.10.0a0",
description="MQTT client/broker using Python asyncio", description="MQTT client/broker using Python asyncio",
author="Nicolas Jouanin", author="aMQTT Contributers (https://github.com/Yakifo/amqtt/graphs/contributors)",
author_email='nico@beerfactory.org', url="https://github.com/Yakifo/amqtt",
url="https://github.com/beerfactory/hbmqtt",
license='MIT', license='MIT',
packages=find_packages(exclude=['tests']), packages=find_packages(exclude=['tests']),
include_package_data=True, include_package_data=True,