File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11include README.rst INSTALL CHANGELOG COPYING COPYING.LESSER AUTHORS
2- include setup.py
2+
33
Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
88[project ]
99name = " GridDataFormats"
1010description = " Reading and writing of data on regular grids in Python"
11- license = {file = " COPYING.LESSER" }
11+ license = " LGPL-3.0-or-later"
12+ license-files = [" COPYING" , " COPYING.LESSER" , " AUTHORS" ]
1213authors = [
1314 {name = " Oliver Beckstein" , email = " orbeckst@gmail.com" },
1415]
@@ -19,7 +20,6 @@ classifiers = [
1920 " Development Status :: 6 - Mature" ,
2021 " Environment :: Console" ,
2122 " Intended Audience :: Science/Research" ,
22- " License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)" ,
2323 " Operating System :: POSIX" ,
2424 " Operating System :: MacOS :: MacOS X" ,
2525 " Operating System :: Microsoft :: Windows" ,
You can’t perform that action at this time.
0 commit comments