Skip to content

Commit cfd072b

Browse files
committed
Update license information in pyproject.toml
1 parent a15a399 commit cfd072b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ authors = [
99
{ name = "Claudio Satriano", email = "satriano@ipgp.fr" },
1010
]
1111
description = "Repeating earthquakes search and analysis"
12+
license = "GPL-3.0-or-later"
13+
license-files = ["LICENSE.txt"]
1214
classifiers = [
1315
"Development Status :: 4 - Beta",
1416
"Environment :: Console",
1517
"Intended Audience :: Science/Research",
16-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1718
"Operating System :: OS Independent",
1819
"Programming Language :: Python",
1920
"Programming Language :: Python :: 3",
@@ -37,9 +38,6 @@ dependencies = [
3738
"pygments",
3839
]
3940

40-
[project.license]
41-
text = "GNU General Public License v3 or later (GPLv3+)"
42-
4341
[project.urls]
4442
Homepage = "https://requake.seismicsource.org"
4543
Source = "https://github.com/SeismicSource/requake"

0 commit comments

Comments
 (0)