summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-25 20:09:11 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-25 20:09:11 -0400
commitc0209b5c99c9754aa02c376962e1620ff8e6eb65 (patch)
tree18b1e258e9e61a9d2c852f637f072b7e8b098dd8
parentf46ff144c304f05ce6ccd1d70f839897ca2234f9 (diff)
setup.py: Fix 'license' in config.
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',