qutebrowser profile manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update license specification

+2 -2
+2 -2
pyproject.toml
··· 2 2 name = "qbpm" 3 3 version = "1.0-rc2" 4 4 description = "qutebrowser profile manager" 5 - license = { file = "LICENSE" } 5 + license = "GPL-3.0-or-later" 6 + license-files = ["LICENSE"] 6 7 readme = "README.md" 7 8 authors = [{ name = "Peter Rice", email = "peter@peterrice.xyz" }] 8 9 classifiers = [ 9 10 "Development Status :: 4 - Beta", 10 11 "Environment :: Console", 11 12 "Intended Audience :: End Users/Desktop", 12 - "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", 13 13 "Operating System :: MacOS", 14 14 "Operating System :: POSIX :: Linux", 15 15 "Programming Language :: Python :: 3",