mirror of
https://github.com/TeamPGM/tgcrypto.git
synced 2024-11-21 23:18:02 +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(
|
setup(
|
||||||
name="TgCrypto",
|
name="TgCrypto",
|
||||||
version="1.0.1",
|
version="1.0.1",
|
||||||
description="Telegram Crypto Library for Pyrogram",
|
description="Fast Telegram Crypto Library for Python",
|
||||||
url="https://github.com/pyrogram/tgcrypto",
|
url="https://github.com/pyrogram/tgcrypto",
|
||||||
author="Dan Tès",
|
author="Dan Tès",
|
||||||
author_email="admin@pyrogram.ml",
|
author_email="admin@pyrogram.ml",
|
||||||
license="LGPLv3+",
|
license="LGPLv3+",
|
||||||
keywords="pyrogram telegram crypto mtproto api client library python",
|
keywords="fast pyrogram telegram crypto mtproto api client library python",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 3 - Alpha",
|
"Development Status :: 5 - Production/Stable",
|
||||||
"Intended Audience :: Developers",
|
"Intended Audience :: Developers",
|
||||||
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
"Programming Language :: C",
|
"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",
|
||||||
"Topic :: Security :: Cryptography",
|
"Topic :: Security :: Cryptography",
|
||||||
"Topic :: Internet",
|
"Topic :: Internet",
|
||||||
|
Loading…
Reference in New Issue
Block a user