From 3a830c39b4c53f3b8c7def2168c43eced6f6febc Mon Sep 17 00:00:00 2001 From: Samuel Gaist <samuel.gaist@idiap.ch> Date: Wed, 20 Mar 2019 16:18:29 +0100 Subject: [PATCH] [setup] Fix license classifier [skip ci] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 803164e2..066bc63b 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ setup( classifiers=[ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: BSD", + "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 3", -- GitLab