Skip to content

Commit

Permalink
Add useful trove classifiers to pyproject.toml (#9)
Browse files Browse the repository at this point in the history
(DIS-1502)
  • Loading branch information
pyrco authored Jun 16, 2023
1 parent 71e4ea3 commit 11968a5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@ authors = [
{name = "Dissect Team", email = "dissect@fox-it.com"}
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"License :: OSI Approved",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Internet :: Log Analysis",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Security",
"Topic :: Utilities",
]
dependencies = [
"dissect.cstruct>=3.0.dev,<4.0.dev",
Expand Down

0 comments on commit 11968a5

Please sign in to comment.