From 51e91f8827f88d7cb4ecb395edf1f3007750cd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Wed, 19 Aug 2015 09:44:43 +0200 Subject: [PATCH] Fix license mentioned in setup.py fix #16 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f0a712d..b6d3d93 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( description='Python API for MISP.', packages=['pymisp'], classifiers=[ - 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)', + 'License :: OSI Approved :: BSD License', 'Development Status :: 5 - Production/Stable', 'Environment :: Console', 'Intended Audience :: Science/Research',