Skip to content

Commit

Permalink
docs(README): update repository, description and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Nov 3, 2023
1 parent 047b2cc commit d06c6ce
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
[tool.poetry]
name = "pdf2john"
version = "0.1.5"
description = ""
version = "0.1.6"
description = "A modern refactoring of the legacy pdf2john library"
authors = ["Benjamin Dornel <[email protected]>"]
license = "MIT"
repository = "https://github.com/benjamin-awd/pdf2john"
readme = "README.md"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3.11",
"Topic :: Security"
]

[tool.poetry.dependencies]
python = "^3.11"
Expand Down

0 comments on commit d06c6ce

Please sign in to comment.