Skip to content

Commit 58f72a5

Browse files
authored
Clarify license metadata
Do not use ambiguous classifier. Use instead an SPDX license expression. Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 363d8a5 commit 58f72a5

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'download_url': 'https://github.com/gemfileparser/gemfileparser',
1212
'author_email': 'balasankarc@autistici.org',
1313
'version': '0.7.0',
14-
'license': 'GPL-3+ and MIT',
14+
'license': 'GPL-3.0-or-later OR MIT',
1515
'long_description': '''
1616
Installation
1717
~~~~~~~~~~~~
@@ -78,7 +78,8 @@
7878
License
7979
~~~~~~~
8080
81-
gemfileparser is released under two licenses: `GNU GPL version 3 (or above) License` and `MIT License`_.
81+
gemfileparser is released under a choice of two licenses: `GNU GPL version 3 (or above) License`
82+
or `MIT License`_.
8283
8384
.. _GNU GPL version 3 (or above) License: http://www.gnu.org/licenses/gpl
8485
''',
@@ -93,8 +94,6 @@
9394
classifiers=[
9495
# Indicate who your project is intended for
9596
'Intended Audience :: Developers',
96-
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
97-
'License :: OSI Approved :: MIT',
9897
'Programming Language :: Python :: 2.7',
9998
'Programming Language :: Python :: 3.4',
10099
], **config)

0 commit comments

Comments
 (0)