Update setup.py

This commit is contained in:
Dan 2019-05-25 01:49:52 +02:00
parent 47c06fdae2
commit 4bc7345328

View File

@ -132,7 +132,7 @@ setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/pyrogram", url="https://github.com/pyrogram",
download_url="https://github.com/pyrogram/pyrogram/releases/latest", download_url="https://github.com/pyrogram/pyrogram/releases/latest",
author="Dan Tès", author="Dan",
author_email="dan@pyrogram.org", author_email="dan@pyrogram.org",
license="LGPLv3+", license="LGPLv3+",
classifiers=[ classifiers=[
@ -161,7 +161,7 @@ setup(
keywords="telegram chat messenger mtproto api client library python", keywords="telegram chat messenger mtproto api client library python",
project_urls={ project_urls={
"Tracker": "https://github.com/pyrogram/pyrogram/issues", "Tracker": "https://github.com/pyrogram/pyrogram/issues",
"Community": "https://t.me/PyrogramChat", "Community": "https://t.me/Pyrogram",
"Source": "https://github.com/pyrogram/pyrogram", "Source": "https://github.com/pyrogram/pyrogram",
"Documentation": "https://docs.pyrogram.org", "Documentation": "https://docs.pyrogram.org",
}, },