We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1401ef3 commit 777f89eCopy full SHA for 777f89e
pyproject.toml
@@ -2,14 +2,14 @@
2
name = "qbpm"
3
version = "1.0-rc2"
4
description = "qutebrowser profile manager"
5
-license = { file = "LICENSE" }
+license = "GPL-3.0-or-later"
6
+license-files = ["LICENSE"]
7
readme = "README.md"
8
authors = [{ name = "Peter Rice", email = "[email protected]" }]
9
classifiers = [
10
"Development Status :: 4 - Beta",
11
"Environment :: Console",
12
"Intended Audience :: End Users/Desktop",
- "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
13
"Operating System :: MacOS",
14
"Operating System :: POSIX :: Linux",
15
"Programming Language :: Python :: 3",
0 commit comments