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