aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
authorNicolas Schodet2012-02-08 22:22:28 +0100
committerNicolas Schodet2012-02-08 22:22:28 +0100
commita03d6b2471b72193c58e7bb77773b0ca0957f4fa (patch)
tree7cf8de3affd799bacaf324ba78a7b9edd5a2f948 /setup.py
parent0cb7812c2b8b42df9b48f1d8537b16386ac1db92 (diff)
use a dual license (GPL v2 or MPL v2.0)
Change done with Tat-Chee Wan permission.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
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
)