Skip to content

Commit c7c18ee

Browse files
authored
pyproject.toml: Address Setuptools warning "License classifiers are deprecated." (slgobinath#782)
1 parent 24b2e6e commit c7c18ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "safeeyes"
33
version = "3.0.0"
44
description = "Protect your eyes from eye strain using this continuous breaks reminder."
5+
license = "GPL-3.0-or-later"
56
keywords = ["linux utility health eye-strain safe-eyes"]
67
readme = "README.md"
78
authors = [
@@ -12,7 +13,6 @@ classifiers = [
1213
"Environment :: X11 Applications :: GTK",
1314
"Environment :: Other Environment",
1415
"Intended Audience :: End Users/Desktop",
15-
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
1616
"Operating System :: POSIX :: Linux",
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)