We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf21f8 commit 9604ff9Copy full SHA for 9604ff9
pyproject.toml
@@ -6,7 +6,7 @@ authors = [
6
description = "Simulate genealogical trees and genomic sequence data using population genetic models"
7
readme = "README.md"
8
requires-python = ">=3.10"
9
-license = {text = "GNU GPLv3+"}
+license = "GPL-3.0-or-later"
10
classifiers = [
11
"Programming Language :: C",
12
"Programming Language :: Python",
@@ -20,7 +20,6 @@ classifiers = [
20
"Development Status :: 5 - Production/Stable",
21
"Environment :: Other Environment",
22
"Intended Audience :: Science/Research",
23
- "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
24
"Operating System :: POSIX",
25
"Operating System :: MacOS :: MacOS X",
26
"Operating System :: Microsoft :: Windows",
0 commit comments