File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' : '''
1616Installation
1717~~~~~~~~~~~~
7878License
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''' ,
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 )
You can’t perform that action at this time.
0 commit comments