Skip to content

Commit f974276

Browse files
authored
Update pyproject.toml (#667)
Fixes deprecated license fields
1 parent d6dbafc commit f974276

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
@@ -5,13 +5,12 @@ authors = [
55
{ name = "Gramps Development Team" },
66
{ name = "David M. Straub", email = "[email protected]" }
77
]
8-
license = { text = "AGPL-3.0-or-later" }
8+
license = "AGPL-3.0-or-later"
99
readme = "README.md"
1010
dynamic = ["version"]
1111
keywords = ["RESTful", "web API", "genealogy", "Gramps"]
1212
classifiers = [
1313
"Programming Language :: Python :: 3",
14-
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
1514
"Operating System :: OS Independent",
1615
]
1716
requires-python = ">=3.9"

0 commit comments

Comments
 (0)