mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-31 06:16:06 +00:00
Update domain name references to pyrogram.org
This commit is contained in:
6
setup.py
6
setup.py
@@ -126,13 +126,13 @@ if len(argv) > 1 and argv[1] in ["bdist_wheel", "install", "develop"]:
|
||||
setup(
|
||||
name="Pyrogram",
|
||||
version=version,
|
||||
description="Telegram MTProto API Client Library for Python",
|
||||
description="Telegram MTProto API Client Library and Framework for Python",
|
||||
long_description=readme,
|
||||
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_email="admin@pyrogram.ml",
|
||||
author_email="dan@pyrogram.org",
|
||||
license="LGPLv3+",
|
||||
classifiers=[
|
||||
"Development Status :: 4 - Beta",
|
||||
@@ -162,7 +162,7 @@ setup(
|
||||
"Tracker": "https://github.com/pyrogram/pyrogram/issues",
|
||||
"Community": "https://t.me/PyrogramChat",
|
||||
"Source": "https://github.com/pyrogram/pyrogram",
|
||||
"Documentation": "https://docs.pyrogram.ml",
|
||||
"Documentation": "https://docs.pyrogram.org",
|
||||
},
|
||||
python_requires="~=3.4",
|
||||
packages=find_packages(exclude=["compiler*"]),
|
||||
|
Reference in New Issue
Block a user