From 136d47fd37caa9f1d36cd4d248f4832d996c1852 Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Wed, 22 Apr 2015 20:12:26 +0200 Subject: [PATCH] fix(setup.py): wrong license classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a5b1e3..c778718 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ setup( classifiers=[ 'Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache License', + 'License :: OSI Approved :: Apache Software License', 'Natural Language :: English', "Programming Language :: Python :: 2", 'Programming Language :: Python :: 2.6',