From 1cd63a031bba986f2be5ed6d46480c7fc9f28608 Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Mon, 1 Jun 2015 16:16:32 -0400 Subject: [PATCH] Add classifier --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 8dc5016..a2a00e3 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ setup( 'Intended Audience :: Developers', 'Programming Language :: Python', 'License :: OSI Approved :: MIT License', + 'Development Status :: 5 - Production/Stable', ], keywords='socket.io node.js', author='Roy Hyunjin Han',