Skip to content

Commit

Permalink
Add useful trove classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
(DIS-1502)
  • Loading branch information
pyrco committed Jun 14, 2023
1 parent 6c7f1b0 commit d61f2c6
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 @@ -12,7 +12,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 d61f2c6

Please sign in to comment.