Commit eef5629 1 parent 3e32291 commit eef5629 Copy full SHA for eef5629
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ Language] ( https://img.shields.io/badge/python-3.6%2B-blue.svg )] ( https://www.python.org/ )
2
2
[ ![ CircleCI] ( https://img.shields.io/circleci/build/github/insarlab/PySolid.svg?logo=circleci&label=test )] ( https://circleci.com/gh/insarlab/PySolid )
3
3
[ ![ Version] ( https://img.shields.io/github/v/release/insarlab/PySolid?color=green )] ( https://github.com/insarlab/PySolid/releases )
4
- [ ![ License] ( https://img.shields.io/badge/license-GPLv3-yellow.svg )] ( https://github.com/insarlab/PySolid/blob/main/LICENSE )
4
+ [ ![ License] ( https://img.shields.io/badge/license-GPLv3+ -yellow.svg )] ( https://github.com/insarlab/PySolid/blob/main/LICENSE )
5
5
[ ![ Citation] ( https://img.shields.io/badge/doi-10.1109%2FTGRS.2022.3168509-blue )] ( https://doi.org/10.1109/TGRS.2022.3168509 )
6
6
7
7
## PySolid
Original file line number Diff line number Diff line change 23
23
download_url = ("https://github.com/insarlab/PySolid/archive/v{}.tar.gz" .format (version )),
24
24
author = "Zhang Yunjun, Dennis Milbert" ,
25
25
author_email = "yunjunzgeo@gmail.com" ,
26
- license_files = ('LICENSE' ,),
26
+ license = "GPL-3.0-or-later" ,
27
+ license_files = ("LICENSE" ,),
27
28
28
29
classifiers = [
29
30
"Development Status :: 4 - Beta" ,
30
31
"Intended Audience :: Science/Research" ,
31
32
"Topic :: Scientific/Engineering" ,
32
- "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
33
+ "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+ )" ,
33
34
"Operating System :: OS Independent" ,
34
35
"Programming Language :: Python :: 3" ,
35
36
],
You can’t perform that action at this time.
0 commit comments