summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-04-25 19:33:10 -0400
committerrsiddharth <s@ricketyspace.net>2020-04-25 19:33:10 -0400
commit19ea2b99b995c6cfc036604596584d1b6f3efc0b (patch)
tree06d4d9a90ada19441467f3d2437841747cc2ecff
parent772dcb9ca330f0a96ce5084d2317a7e381468903 (diff)
setup.py: Update config.
Fix license in 'classfiers'.
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index f9ed5ff..07b70b3 100644
--- a/setup.py
+++ b/setup.py
@@ -30,8 +30,7 @@ config = {
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: End Users/Desktop',
- 'License :: OSI Approved :: ' +
- 'GNU Affero General Public License v3 or later (AGPLv3+)',
+ 'License :: OSI Approved :: GNU Affero General Public License v3',
'Operating System :: POSIX :: BSD',
'Operating System :: POSIX :: Linux',
'Operating System :: MacOS',