python-id3: add license information

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2014-06-24 15:55:35 -03:00 committed by Peter Korsgaard
parent 93a9759d91
commit 399371e610
1 changed files with 2 additions and 0 deletions

View File

@ -8,5 +8,7 @@ PYTHON_ID3_VERSION = 1.2
PYTHON_ID3_SOURCE = id3-py_$(PYTHON_ID3_VERSION).tar.gz
PYTHON_ID3_SITE = http://downloads.sourceforge.net/project/id3-py/id3-py/$(PYTHON_ID3_VERSION)
PYTHON_ID3_SETUP_TYPE = distutils
PYTHON_ID3_LICENSE = GPLv2+
PYTHON_ID3_LICENSE_FILES = COPYING
$(eval $(python-package))