Skip to content

Commit 323dc55

Browse files
committed
setup: Fix license classifier
We are GPLv2+ Signed-off-by: Cole Robinson <crobinso@redhat.com>
1 parent 80c451e commit 323dc55

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ def _parse_requirements(fname):
126126
classifiers=[
127127
'Topic :: Software Development :: Libraries :: Python Modules',
128128
'Intended Audience :: Developers',
129-
'License :: OSI Approved :: Apache Software License',
129+
'License :: OSI Approved :: '
130+
'GNU General Public License v2 or later (GPLv2+)',
130131
'Operating System :: OS Independent',
131132
'Programming Language :: Python',
132133
'Programming Language :: Python :: 2',

0 commit comments

Comments
 (0)