diff --git a/pyproject.toml b/pyproject.toml index 828cae9da..2a8f85ffc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,18 @@ description = "Hunt down social media accounts by username across social network readme = "README.md" license = {file = "LICENSE"} dynamic = ["dependencies", "version"] +keywords = [ "osint", "reconnaissance", "information gathering" ] +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", + "Intended Audience :: Information Technology", + "License :: OSI Approved :: MIT License", + "Natural Language :: English", + "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "Topic :: Communications", + "Topic :: Security" +] [tool.setuptools.dynamic] dependencies = { file = [ "requirements.txt" ] }