From 97cc333c5e11bef736dd1138748f0097f716bc11 Mon Sep 17 00:00:00 2001 From: Tyson Clugg Date: Wed, 29 Apr 2015 19:49:24 +1000 Subject: [PATCH] Add correct license (MIT) to trove classifiers in setup.py --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 59ededd..c546dee 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,10 @@ setup( ], }, classifiers=[ + "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Internet :: WWW/HTTP", + "Topic :: Software Development :: Libraries", ], )