Skip to content

Commit 9604ff9

Browse files
Fix license specifier
Closes #2470
1 parent 9bf21f8 commit 9604ff9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
description = "Simulate genealogical trees and genomic sequence data using population genetic models"
77
readme = "README.md"
88
requires-python = ">=3.10"
9-
license = {text = "GNU GPLv3+"}
9+
license = "GPL-3.0-or-later"
1010
classifiers = [
1111
"Programming Language :: C",
1212
"Programming Language :: Python",
@@ -20,7 +20,6 @@ classifiers = [
2020
"Development Status :: 5 - Production/Stable",
2121
"Environment :: Other Environment",
2222
"Intended Audience :: Science/Research",
23-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
2423
"Operating System :: POSIX",
2524
"Operating System :: MacOS :: MacOS X",
2625
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)