From 4bc7345328605e1d97090260b346cd791b01cd9e Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 25 May 2019 01:49:52 +0200 Subject: [PATCH] Update setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a255dc5f..146dae9e 100644 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ setup( long_description_content_type="text/markdown", url="https://github.com/pyrogram", download_url="https://github.com/pyrogram/pyrogram/releases/latest", - author="Dan Tès", + author="Dan", author_email="dan@pyrogram.org", license="LGPLv3+", classifiers=[ @@ -161,7 +161,7 @@ setup( keywords="telegram chat messenger mtproto api client library python", project_urls={ "Tracker": "https://github.com/pyrogram/pyrogram/issues", - "Community": "https://t.me/PyrogramChat", + "Community": "https://t.me/Pyrogram", "Source": "https://github.com/pyrogram/pyrogram", "Documentation": "https://docs.pyrogram.org", },