From 70736ec3881b8a600116321f9f33378c751594d9 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 19 Feb 2018 15:44:19 +0100 Subject: [PATCH] Set development status to Stable and add Python language classifiers --- setup.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index df77aef..0551491 100644 --- a/setup.py +++ b/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",