From 71ea5cdc612db5ba4ee521f429d5e40d6761b48f Mon Sep 17 00:00:00 2001 From: johnthagen Date: Wed, 16 Dec 2020 12:18:38 -0500 Subject: [PATCH] Add license trove classifier --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fc2d777..8b50257 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,8 @@ platforms='Cross platform (Linux, Mac OSX, Windows)', license="BSD", python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*', - classifiers=['Development Status :: 4 - Beta', + classifiers=['License :: OSI Approved :: BSD License', + 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3',