Skip to content

Commit 777f89e

Browse files
committed
update license specification
1 parent 1401ef3 commit 777f89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
name = "qbpm"
33
version = "1.0-rc2"
44
description = "qutebrowser profile manager"
5-
license = { file = "LICENSE" }
5+
license = "GPL-3.0-or-later"
6+
license-files = ["LICENSE"]
67
readme = "README.md"
78
authors = [{ name = "Peter Rice", email = "[email protected]" }]
89
classifiers = [
910
"Development Status :: 4 - Beta",
1011
"Environment :: Console",
1112
"Intended Audience :: End Users/Desktop",
12-
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
1313
"Operating System :: MacOS",
1414
"Operating System :: POSIX :: Linux",
1515
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)