From 946a557177021e17c113d3719a6d67879be05a60 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 24 Jun 2021 08:34:26 -0500 Subject: [PATCH] correct the license declaration to match LICENSE and README --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ba7d18..02db009 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name='incorporeal-cms', description='Flask project for running https://suou.net (and eventually others).', url='https://git.incorporeal.org/bss/incorporeal-cms', - license='GPL3', + license='GPLv2+', author='Brian S. Stephan', author_email='bss@incorporeal.org', version=versioneer.get_version(),