Skip to content

Commit

Permalink
Add PyPi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed May 8, 2024
1 parent 17b3619 commit 5eb60ca
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
Expand Down

0 comments on commit 5eb60ca

Please sign in to comment.