Skip to content

Commit

Permalink
Add classifiers in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Jan 13, 2025
1 parent e0a0edd commit 4a4b580
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ dependencies = [
"pyxdg; sys_platform == 'linux'",
"requests",]

dynamic = ["readme", "classifiers"]
dynamic = ["readme", ]

classifiers = [
"Programming Language :: Python",
"Intended Audience :: End Users/Desktop",
"Operating System :: OS Independent",
"Topic :: Security",
]

[dependency-groups]
# Dependencies installed inside the container
Expand Down

0 comments on commit 4a4b580

Please sign in to comment.