aboutsummaryrefslogtreecommitdiffhomepage
path: root/setup.py
diff options
context:
space:
mode:
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
)