Update email address, docs and community urls

This commit is contained in:
Dan 2019-06-12 09:36:35 +02:00
parent 3a737e00d3
commit 807952bf5c

View File

@ -30,7 +30,7 @@ setup(
url="https://github.com/pyrogram", url="https://github.com/pyrogram",
download_url="https://github.com/pyrogram/tgcrypto/releases/latest", download_url="https://github.com/pyrogram/tgcrypto/releases/latest",
author="Dan", author="Dan",
author_email="admin@pyrogram.ml", author_email="dan@pyrogram.org",
license="LGPLv3+", license="LGPLv3+",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
@ -58,9 +58,9 @@ setup(
keywords="fast pyrogram telegram crypto mtproto api client library python", keywords="fast pyrogram telegram crypto mtproto api client library python",
project_urls={ project_urls={
"Tracker": "https://github.com/pyrogram/tgcrypto/issues", "Tracker": "https://github.com/pyrogram/tgcrypto/issues",
"Community": "https://t.me/PyrogramChat", "Community": "https://t.me/pyrogram",
"Source": "https://github.com/pyrogram/tgcrypto", "Source": "https://github.com/pyrogram/tgcrypto",
"Documentation": "https://docs.pyrogram.ml", "Documentation": "https://docs.pyrogram.org",
}, },
python_requires="~=3.4", python_requires="~=3.4",
packages=find_packages(), packages=find_packages(),