From 006b2aa21d24152bb0aaa46373589789fcbb12d7 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 28 Jun 2020 13:51:52 +0700 Subject: [PATCH] setup.py: Specify GPL-3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b0d48f..cf500ac 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ author = 'Marcel Nicolay', author_email = 'marcel.nicolay@gmail.com', url = 'https://github.com/marcelnicolay/simplexml', - license = 'OSI', + license = 'GPL-3.0', classifiers = ['Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'License :: OSI Approved',