Skip to content

Commit

Permalink
Fix licence name
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Dec 17, 2024
1 parent 3a1324f commit 79f0fbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name = "pandoc-latex-tip"
description = "A pandoc filter for adding icons on specific elements"
readme = "README.md"
requires-python = ">=3.10,<3.14"
license = "BSD-3-Clause"
license = {text = "BSD-3-Clause"}
license-files = {paths = ["LICENSE"]}
authors = [{name = "Christophe Demko", email = "[email protected]"}]
maintainers = [{name = "Christophe Demko", email = "[email protected]"}]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 79f0fbb

Please sign in to comment.