From 9782c0e9d2cdc2a1a092108090390d19aeff3214 Mon Sep 17 00:00:00 2001 From: MarcoFavorito Date: Mon, 23 Sep 2019 16:09:33 +0200 Subject: [PATCH] fix license classifier string. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87a5dec..651574c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ 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 :: 3', 'Programming Language :: Python :: 3.6',