Set development status to Stable and add Python language classifiers

This commit is contained in:
Dan 2018-02-19 15:44:19 +01:00
parent be8f6e278e
commit 70736ec388

View File

@ -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",