From 6f67aa8950003962a197ee6c7b92be40e77977d2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 23 Sep 2014 00:32:43 -0400 Subject: packaging stuff --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 423a70c..d509216 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,10 @@ setup( author_email="doy@tozt.net", license="MIT", classifiers=[ + "Development Status :: 3 - Alpha", + "Environment :: Console", + "License :: OSI Approved :: MIT License", + "Topic :: Terminals :: Terminal Emulators/X Terminals", ], packages=find_packages(), entry_points={ -- cgit v1.2.3