diff options
author | rsiddharth <s@ricketyspace.net> | 2020-04-25 20:09:11 -0400 |
---|---|---|
committer | rsiddharth <s@ricketyspace.net> | 2020-04-25 20:09:11 -0400 |
commit | c0209b5c99c9754aa02c376962e1620ff8e6eb65 (patch) | |
tree | 18b1e258e9e61a9d2c852f637f072b7e8b098dd8 | |
parent | f46ff144c304f05ce6ccd1d70f839897ca2234f9 (diff) |
setup.py: Fix 'license' in config.
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |