From 1abb358def50adbb7a1a024e10cc23ae1f886693 Mon Sep 17 00:00:00 2001 From: chrys87 Date: Thu, 24 Aug 2017 11:42:37 +0200 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d0b392b1..9b4f4a02 100755 --- a/setup.py +++ b/setup.py @@ -52,6 +52,7 @@ setup( download_url = 'https://github.com/chrys87/fenrir/archive/' + fenrirVersion + '.tar.gz', classifiers=[ "Programming Language :: Python", + "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)", "Development Status :: 5 - Production/Stable", "Topic :: Multimedia :: Sound/Audio :: Speech", "Environment :: Console",