From 5eb60ca1af2dd67f2cf96792e08d3a30da79d4df Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Wed, 8 May 2024 03:32:41 -0400 Subject: [PATCH] Add PyPi classifiers --- pyproject.toml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 828cae9da..d5242ad2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,12 +18,24 @@ authors = [ maintainers = [ { name = "Siddharth Dushantha" }, { name = "Matheus Felipe" }, - { name = "Paul Pfeister" } + { name = "Paul Pfeister", email = "c2hlcmxvY2tbQF1wZmVpc3Rlci5kZXYK" } ] description = "Hunt down social media accounts by username across social networks" 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" ] }