Skip to content

Commit 009259f

Browse files
author
marcusw
committed
Fixed the license declaration in setup.py.
1 parent 772557d commit 009259f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author_email='marcusw@cox.net',
1717
description='LEGO Mindstorms NXT Control Package',
1818
url='http://home.comcast.net/~dplau/nxt_python/, http://code.google.com/p/nxt-python/',
19-
license='Gnu GPL v2',
19+
license='Gnu GPL v3',
2020
packages=['nxt', 'nxt.sensor'],
2121
scripts=['scripts/nxt_push', 'scripts/nxt_test', 'scripts/nxt_filer'],
2222
long_description=ldesc

0 commit comments

Comments
 (0)