mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-21 15:08:18 +00:00
Set development status to Stable and add Python language classifiers
This commit is contained in:
parent
be8f6e278e
commit
70736ec388
11
setup.py
11
setup.py
@ -27,19 +27,24 @@ with open("README.rst", encoding="utf-8") as f:
|
||||
setup(
|
||||
name="TgCrypto",
|
||||
version="1.0.1",
|
||||
description="Telegram Crypto Library for Pyrogram",
|
||||
description="Fast Telegram Crypto Library for Python",
|
||||
url="https://github.com/pyrogram/tgcrypto",
|
||||
author="Dan Tès",
|
||||
author_email="admin@pyrogram.ml",
|
||||
license="LGPLv3+",
|
||||
keywords="pyrogram telegram crypto mtproto api client library python",
|
||||
keywords="fast pyrogram telegram crypto mtproto api client library python",
|
||||
long_description=readme,
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Development Status :: 5 - Production/Stable",
|
||||
"Intended Audience :: Developers",
|
||||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: C",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.3",
|
||||
"Programming Language :: Python :: 3.4",
|
||||
"Programming Language :: Python :: 3.5",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
"Topic :: Security",
|
||||
"Topic :: Security :: Cryptography",
|
||||
"Topic :: Internet",
|
||||
|
Loading…
Reference in New Issue
Block a user