From f3cf6f3d832befa2a8ab9d77f1ced59ca41f451b Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Tue, 23 Nov 2021 20:11:29 +0200 Subject: [PATCH] 1 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 66d249e..138da56 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,6 @@ setup( py_modules=["ezztui"], license='MIT', url='https://github.com/BarsTiger/ezztui', - long_description_content_type="text/markdown" + long_description_content_type="text/markdown", + keywords=["textui", "curses", "tui", "autotui", "autoui", "autogui", "crossplatform"] ) \ No newline at end of file