chore: Format pyproject

This commit is contained in:
Marty Oehme 2024-01-24 12:05:41 +01:00
parent f6c0189529
commit e1e09b6011
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 11 additions and 2 deletions

View File

@ -5,10 +5,19 @@ description = ""
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
license = "GPL-3.0-or-later"
readme = "README.md"
packages = [{include = "papis_extract"}]
packages = [{ include = "papis_extract" }]
homepage = "https://git.martyoeh.me/Marty/papis-extract"
repository = "https://github.com/marty-oehme/papis-extract"
keywords = ["papis", "pdf", "biblatex", "bibtex", "bibliography", "reference manager", "research", "science"]
keywords = [
"papis",
"pdf",
"biblatex",
"bibtex",
"bibliography",
"reference manager",
"research",
"science",
]
[tool.poetry.dependencies]
python = "^3.11"