diff --git a/pyproject.toml b/pyproject.toml index 8433538..80406fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",