From a03d6b2471b72193c58e7bb77773b0ca0957f4fa Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Wed, 8 Feb 2012 22:22:28 +0100 Subject: use a dual license (GPL v2 or MPL v2.0) Change done with Tat-Chee Wan permission. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 3275843..9b7cb5d 100644 --- a/setup.py +++ b/setup.py @@ -15,8 +15,8 @@ setup( author='Nicolas Schodet', author_email='nico at ni.fr.eu.org', description='Python Wrapper for LEGO Mindstorms NXT Fantom Driver', - url='http://git.ni.fr.eu.org/?p=pyfantom.git;a=summary', - license='Gnu GPL v2', + url='http://pyfantom.ni.fr.eu.org/', + license='Gnu GPL v2 or MPL v2.0', py_modules=['pyfantom'], long_description=ldesc ) -- cgit v1.2.3