From 0770aa157fee0ea159942416bd9e2a2c8585a59b Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Thu, 25 Feb 2021 08:42:00 +0100 Subject: [PATCH] Add 'Typing :: Typed' classifier Follow-up on #190, see https://pypi.org/classifiers/. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e4b7f7be..e5d7da2a 100755 --- a/setup.py +++ b/setup.py @@ -81,6 +81,7 @@ def _get_long_description(fname): 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: User Interfaces', 'Topic :: Terminals' + 'Typing :: Typed', ], keywords=['terminal', 'sequences', 'tty', 'curses', 'ncurses', 'formatting', 'style', 'color', 'console', 'keyboard',