From c0209b5c99c9754aa02c376962e1620ff8e6eb65 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 25 Apr 2020 20:09:11 -0400 Subject: setup.py: Fix 'license' in config. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f66601c..f93e384 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ config = { 'url': 'https://github.com/r5d/acmens', 'author': 'rsiddharth', 'author_email': 's@ricketyspace.net', - 'license': 'GNU Affero General Public License version 3 or later', + 'license': 'GNU Affero General Public License v3', 'classifiers': [ 'Development Status :: 2 - Pre-Alpha', 'Environment :: Console', -- cgit v1.2.3