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', )