Skip to content

Commit

Permalink
More metadata is more better.
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Mar 31, 2024
1 parent 1e43ed9 commit 244f3da
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ docs = [
"autodoc-pydantic ~= 2.1.0",
]

[project.urls]
Documentation = "https://dgbowl.github.io/yadg/master"
Issues = "https://github.com/dgbowl/yadg/issues"
Repository = "https://github.com/dgbowl/yadg/"

[project.scripts]
yadg = "yadg:run_with_arguments"

[tool.setuptools-git-versioning]
enabled = true
dev_template = "{tag}.dev{ccount}"
dirty_template = "{tag}.dev{ccount}"

[tool.flake8]
max-line-length = 88
extend-ignore = "E203"

0 comments on commit 244f3da

Please sign in to comment.