From e153de908c63f29ef985a3755d084fbf23ad1b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole=20Andr=C3=A9=20Vadla=20Ravn=C3=A5s?= Date: Sat, 26 Jul 2014 18:39:56 +0200 Subject: [PATCH] Fix the setup.py license field --- src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/setup.py b/src/setup.py index 7f17873..fe6db07 100755 --- a/src/setup.py +++ b/src/setup.py @@ -42,7 +42,7 @@ setup( "Environment :: Win32 (MS Windows)", "Intended Audience :: Developers", "Intended Audience :: Science/Research", - "License :: OSI Approved :: wxWindows Library Licence, Version 3.1", + "License :: OSI Approved", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows",