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 b34def6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] }
Expand Down

0 comments on commit b34def6

Please sign in to comment.