summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2022-04-26 16:40:02 -0400
committerGitHub <noreply@github.com>2022-04-26 16:40:02 -0400
commitf23720c3969edb5394f8fc8bedaa9b4ae54c4184 (patch)
tree55abf5407d29dccec1c3aec3eb4167a0a61157ba /setup.py
parentc724bbf95b1840b04bb298a61a72b6a5ea94c2ef (diff)
downloadasciidoc-git-f23720c3969edb5394f8fc8bedaa9b4ae54c4184.tar.gz
Clarify licensing of asciidoc-py to GPLv2+ (#236)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 52b2384..e8abda2 100644
--- a/setup.py
+++ b/setup.py
@@ -82,12 +82,11 @@ setup(
],
},
include_package_data=True,
- license='GPLv2',
+ license='GPLv2+',
classifiers=[
# Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
- 'License :: OSI Approved :: GNU General Public License v2 (GPLv2)',
- 'License :: OSI Approved :: MIT License',
+ 'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',