PyroFork: rebrand

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2023-01-01 23:21:27 +07:00
parent 482798c2fc
commit b64d33dca0
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5
2 changed files with 10 additions and 9 deletions

View file

@ -16,7 +16,8 @@
# You should have received a copy of the GNU Lesser General Public License # You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>. # 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)" __license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>" __copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"

View file

@ -38,15 +38,15 @@ if len(argv) > 1 and argv[1] in ["bdist_wheel", "install", "develop"]:
errors_compiler.start() errors_compiler.start()
setup( setup(
name="Pyrogram", name="PyroFork",
version=version, version=version,
description="Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots", description="Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
long_description=readme, long_description=readme,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/pyrogram", url="https://github.com/Mayuri-Chan/pyrogram",
download_url="https://github.com/pyrogram/pyrogram/releases/latest", download_url="https://github.com/Mayuri-Chan/pyrogram/releases/latest",
author="Dan", author="wulan17",
author_email="dan@pyrogram.org", author_email="mayuri@mayuri.my.id",
license="LGPLv3", license="LGPLv3",
classifiers=[ classifiers=[
"Development Status :: 5 - Production/Stable", "Development Status :: 5 - Production/Stable",
@ -73,9 +73,9 @@ 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/Mayuri-Chan/pyrogram/issues",
"Community": "https://t.me/pyrogram", "Community": "",
"Source": "https://github.com/pyrogram/pyrogram", "Source": "https://github.com/Mayuri-Chan/pyrogram",
"Documentation": "https://docs.pyrogram.org", "Documentation": "https://docs.pyrogram.org",
}, },
python_requires="~=3.7", python_requires="~=3.7",