diff --git a/pyproject.toml b/pyproject.toml index 014fca0..cea909f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,20 @@ authors = [ { name = "r41k0u", email="pragyanshchaturvedi18@gmail.com" }, { name = "varun-r-mallya", email="varunrmallya@gmail.com" } ] +classifiers = [ + "Development Status :: 3 - Alpha", + "Intended Audience :: Developers", + "Operating System :: POSIX :: Linux", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python", + "Topic :: Software Development :: Libraries :: Python Modules", + "Topic :: System :: Operating System Kernels :: Linux", +] readme = "README.md" license = {text = "Apache-2.0"} requires-python = ">=3.8"