Skip to content

Commit 8fe589c

Browse files
committed
📇 Embrace this week's correct way of specifying the licence
1 parent f53d9da commit 8fe589c

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
@@ -17,7 +17,7 @@ dependencies = [
1717
]
1818
readme = "README.md"
1919
requires-python = ">= 3.10"
20-
license = { text = "GNU General Public License v3 or later (GPLv3+)" }
20+
license = "GPL-3.0-or-later"
2121
keywords = [
2222
"terminal",
2323
"tui",
@@ -31,7 +31,6 @@ classifiers = [
3131
"Intended Audience :: Developers",
3232
"Intended Audience :: End Users/Desktop",
3333
"Intended Audience :: Information Technology",
34-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
3534
"Natural Language :: English",
3635
"Operating System :: OS Independent",
3736
"Programming Language :: Python :: 3 :: Only",

0 commit comments

Comments
 (0)