diff --git a/setup.py b/setup.py index 10294494..a012d9a1 100644 --- a/setup.py +++ b/setup.py @@ -43,12 +43,12 @@ setup( name="Pyrogram", version=version, description="Telegram MTProto API Client Library for Python", - url="https://github.com/pyrogram/pyrogram", + long_description=readme, + url="https://github.com/pyrogram", + download_url="https://github.com/pyrogram/pyrogram/releases/latest", author="Dan Tès", author_email="admin@pyrogram.ml", license="LGPLv3+", - keywords="telegram mtproto api client library python", - long_description=readme, classifiers=[ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", @@ -60,11 +60,24 @@ setup( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: Implementation", + "Programming Language :: Python :: Implementation :: CPython", + "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet", + "Topic :: Communications", "Topic :: Communications :: Chat", "Topic :: Software Development :: Libraries", - "Topic :: Software Development :: Libraries :: Python Modules" + "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: Software Development :: Libraries :: Application Frameworks" ], + keywords="telegram mtproto api client library python", + project_urls={ + "Tracker": "https://github.com/pyrogram/pyrogram/issues", + "Community": "https://t.me/PyrogramChat", + "Source": "https://github.com/pyrogram/pyrogram", + "Documentation": "https://docs.pyrogram.ml", + }, + python_requires="~=3.3", packages=find_packages(), zip_safe=False, install_requires=[