mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-21 23:18:02 +00:00
Update email address, docs and community urls
This commit is contained in:
parent
3a737e00d3
commit
807952bf5c
6
setup.py
6
setup.py
@ -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(),
|
||||||
|
Loading…
Reference in New Issue
Block a user