Skip to content

Commit

Permalink
Chore: Update project.urls section in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 19, 2024
1 parent 73f0e14 commit 915fa59
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,12 @@ optional-dependencies.test = [
"pytest-cov<6",
"pytest-mock<4",
]
urls.changelog = "https://github.com/daq-tools/commons-codec/blob/main/CHANGES.md"
urls.repository = "https://github.com/daq-tools/commons-codec"

urls.Changelog = "https://github.com/daq-tools/commons-codec/blob/main/CHANGES.md"
urls.Documentation = "https://github.com/daq-tools/commons-codec/tree/main/docs"
urls.Homepage = "https://github.com/daq-tools/commons-codec"
urls.Issues = "https://github.com/daq-tools/commons-codec/issues"
urls.Repository = "https://github.com/daq-tools/commons-codec"

[tool.black]
line-length = 120
Expand Down

0 comments on commit 915fa59

Please sign in to comment.