From 5b55d25470b7fba31a3cd88ad6c1ab79aa31a218 Mon Sep 17 00:00:00 2001 From: Davte Date: Tue, 23 Oct 2018 18:25:10 +0200 Subject: [PATCH] keywords added --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 81e8359..a12eaad 100644 --- a/setup.py +++ b/setup.py @@ -50,4 +50,5 @@ setuptools.setup( "Programming Language :: Python :: 3 :: Only", "Topic :: Communications :: Chat", ], + keywords='telepot telegram bot python wrapper', )