Skip to content

Commit 297facf

Browse files
authored
Add useful trove classifiers to pyproject.toml (#14)
(DIS-1502)
1 parent ec39fb2 commit 297facf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ authors = [
1212
{name = "Dissect Team", email = "[email protected]"}
1313
]
1414
classifiers = [
15+
"Development Status :: 5 - Production/Stable",
16+
"Environment :: Console",
17+
"Intended Audience :: Developers",
18+
"Intended Audience :: Information Technology",
19+
"License :: OSI Approved",
20+
"Operating System :: OS Independent",
1521
"Programming Language :: Python :: 3",
22+
"Topic :: Internet :: Log Analysis",
23+
"Topic :: Scientific/Engineering :: Information Analysis",
24+
"Topic :: Security",
25+
"Topic :: Utilities",
1626
]
1727
dependencies = [
1828
"dissect.cstruct>=3.0.dev,<4.0.dev",

0 commit comments

Comments
 (0)