From ae21ada0f41f6b29b4a41d6152e621d33c0c1ad6 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Mon, 26 Mar 2018 02:05:56 +0200 Subject: [PATCH] Add some keywords --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 64cc7f2d..c82c1a9d 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ setup( "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Application Frameworks" ], - keywords="telegram mtproto api client library python", + keywords="telegram chat messenger mtproto api client library python", project_urls={ "Tracker": "https://github.com/pyrogram/pyrogram/issues", "Community": "https://t.me/PyrogramChat",