chore: Format pyproject
This commit is contained in:
parent
f6c0189529
commit
e1e09b6011
1 changed files with 11 additions and 2 deletions
|
@ -5,10 +5,19 @@ description = ""
|
||||||
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
authors = ["Marty Oehme <marty.oehme@gmail.com>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{include = "papis_extract"}]
|
packages = [{ include = "papis_extract" }]
|
||||||
homepage = "https://git.martyoeh.me/Marty/papis-extract"
|
homepage = "https://git.martyoeh.me/Marty/papis-extract"
|
||||||
repository = "https://github.com/marty-oehme/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]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.11"
|
python = "^3.11"
|
||||||
|
|
Loading…
Reference in a new issue