From b34def6515ea478edd87846f33347fb76ce23e15 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Wed, 8 May 2024 03:34:24 -0400 Subject: [PATCH] Add PyPi classifiers --- pyproject.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" ] }