Skip to content

Commit

Permalink
(chore) fix incorrect classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgoebel committed Jun 16, 2022
1 parent be5a6a5 commit eff60af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ dynamic = ["version"]
license.file = "LICENSE"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GPL3",
"Operating System :: Linux"
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: POSIX :: Linux",
"Development Status :: 4 - Beta"
]
dependencies = [
"evdev ~= 1.5",
Expand Down

0 comments on commit eff60af

Please sign in to comment.