From d2e1d16b619bfec2e2691b1a9392e7fb6470b071 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Wed, 9 Sep 2020 18:14:59 +0200 Subject: [PATCH] license (#3423) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8582bbdd97..f82f779aac 100755 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ setup( 'Topic :: Scientific/Engineering :: Image Recognition', 'Topic :: Scientific/Engineering :: Information Analysis', # Pick your license as you wish - 'License :: OSI Approved :: BSD License', + 'License :: OSI Approved :: Apache Software License', 'Operating System :: OS Independent', # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both.