diff options
Diffstat (limited to 'lang/python/setup.py')
-rwxr-xr-x | lang/python/setup.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python/setup.py b/lang/python/setup.py index f3d91431..374df5dc 100755 --- a/lang/python/setup.py +++ b/lang/python/setup.py @@ -92,4 +92,3 @@ setup(name = "pyme", license=pyme.version.copyright + \ ", Licensed under the GPL version 2 and the LGPL version 2.1" ) - |