mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 13:14:52 +00:00
PyroFork: rebrand
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
482798c2fc
commit
b64d33dca0
2 changed files with 10 additions and 9 deletions
|
|
@ -16,7 +16,8 @@
|
|||
# You should have received a copy of the GNU Lesser General Public License
|
||||
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
__version__ = "2.0.70"
|
||||
__fork_name__ = "PyroFork"
|
||||
__version__ = "2.1.0"
|
||||
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
|
||||
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
|
||||
|
||||
|
|
|
|||
16
setup.py
16
setup.py
|
|
@ -38,15 +38,15 @@ if len(argv) > 1 and argv[1] in ["bdist_wheel", "install", "develop"]:
|
|||
errors_compiler.start()
|
||||
|
||||
setup(
|
||||
name="Pyrogram",
|
||||
name="PyroFork",
|
||||
version=version,
|
||||
description="Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
|
||||
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",
|
||||
author_email="dan@pyrogram.org",
|
||||
url="https://github.com/Mayuri-Chan/pyrogram",
|
||||
download_url="https://github.com/Mayuri-Chan/pyrogram/releases/latest",
|
||||
author="wulan17",
|
||||
author_email="mayuri@mayuri.my.id",
|
||||
license="LGPLv3",
|
||||
classifiers=[
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
|
|
@ -73,9 +73,9 @@ setup(
|
|||
],
|
||||
keywords="telegram chat messenger mtproto api client library python",
|
||||
project_urls={
|
||||
"Tracker": "https://github.com/pyrogram/pyrogram/issues",
|
||||
"Community": "https://t.me/pyrogram",
|
||||
"Source": "https://github.com/pyrogram/pyrogram",
|
||||
"Tracker": "https://github.com/Mayuri-Chan/pyrogram/issues",
|
||||
"Community": "",
|
||||
"Source": "https://github.com/Mayuri-Chan/pyrogram",
|
||||
"Documentation": "https://docs.pyrogram.org",
|
||||
},
|
||||
python_requires="~=3.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue