Skip to content

Commit 4365e46

Browse files
committed
Fixing toml warning
1 parent a757be1 commit 4365e46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "A Framework for Enabling Scientific Workflow Research and Educati
99
readme = "README.md"
1010
requires-python = ">=3.9"
1111
classifiers = [
12-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
12+
"License :: OSI Approved :: GPL-3.0-or-later",
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python :: 3.11",
1515
"Programming Language :: Python :: 3.12",
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Documentation :: Sphinx",
2222
"Topic :: System :: Distributed Computing"
2323
]
24-
license = {text = "GNU General Public License v3 (GPLv3)"}
24+
license = {text = "GPL-3.0-or-later"}
2525
dependencies = [
2626
"jsonschema",
2727
"matplotlib",

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description_file = README.md

0 commit comments

Comments
 (0)