|
22 | 22 | readme = f.read() |
23 | 23 |
|
24 | 24 | setup( |
25 | | - name="TgCrypto", |
26 | | - version="1.2.5", |
| 25 | + name="PyTgCrypto", |
| 26 | + version="1.2.11", |
27 | 27 | description="Fast and Portable Cryptography Extension Library for Pyrogram", |
28 | 28 | long_description=readme, |
29 | 29 | long_description_content_type="text/markdown", |
30 | | - url="https://github.com/pyrogram", |
31 | | - download_url="https://github.com/pyrogram/tgcrypto/releases/latest", |
32 | | - author="Dan", |
33 | | - author_email="dan@pyrogram.org", |
| 30 | + url="https://github.com/TelegramPlayGround/pyrogram", |
| 31 | + download_url="https://github.com/TelegramPlayGround/pyrogram-tgcrypto/releases/latest", |
| 32 | + author="SpEcHIDe", |
| 33 | + author_email="pyrogram@iamidiotareyoutoo.com", |
34 | 34 | license="LGPLv3+", |
35 | 35 | classifiers=[ |
36 | 36 | "Development Status :: 5 - Production/Stable", |
|
45 | 45 | "Programming Language :: Python :: 3.9", |
46 | 46 | "Programming Language :: Python :: 3.10", |
47 | 47 | "Programming Language :: Python :: 3.11", |
| 48 | + "Programming Language :: Python :: 3.12", |
| 49 | + "Programming Language :: Python :: 3.13", |
48 | 50 | "Programming Language :: Python :: Implementation", |
49 | 51 | "Programming Language :: Python :: Implementation :: CPython", |
50 | 52 | "Programming Language :: Python :: Implementation :: PyPy", |
|
58 | 60 | ], |
59 | 61 | keywords="pyrogram telegram crypto cryptography encryption mtproto extension library aes", |
60 | 62 | project_urls={ |
61 | | - "Tracker": "https://github.com/pyrogram/tgcrypto/issues", |
62 | | - "Community": "https://t.me/pyrogram", |
63 | | - "Source": "https://github.com/pyrogram/tgcrypto", |
64 | | - "Documentation": "https://docs.pyrogram.org", |
| 63 | + "Homepage": "https://telegramplayground.github.io/pyrogram/", |
| 64 | + "Tracker": "https://github.com/TelegramPlayGround/pyrogram-tgcrypto/issues", |
| 65 | + "Community": "https://PyroTGFork.t.me/2", |
| 66 | + "Source": "https://github.com/TelegramPlayGround/pyrogram-tgcrypto", |
| 67 | + "Documentation": "https://telegramplayground.github.io/pyrogram/releases/changes-in-this-fork.html", |
65 | 68 | }, |
66 | 69 | python_requires="~=3.7", |
67 | 70 | packages=find_packages(exclude=["tests*"]), |
|
0 commit comments