Skip to content

Commit 0e4be24

Browse files
committed
removed outdated license identifier
- fix #155 - add license files explicitly - use LGPL 3.0+ identifier
1 parent 83cec62 commit 0e4be24

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
include README.rst INSTALL CHANGELOG COPYING COPYING.LESSER AUTHORS
2-
include setup.py
2+
33

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta"
88
[project]
99
name = "GridDataFormats"
1010
description = "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"]
1213
authors = [
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",

0 commit comments

Comments
 (0)