Skip to content

Commit

Permalink
Fix URLs in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed May 29, 2024
1 parent 34b1b7c commit 3a1ee79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ dependencies = [
]

[project.urls]
homepage = 'https://github.com/beancount/beanquery'
issues = 'https://github.com/beancount/beanquery/issues'
homepage = 'https://github.com/beancount/beangulp'
issues = 'https://github.com/beancount/beangulp/issues'

[tool.setuptools.packages]
find = {}
Expand Down

0 comments on commit 3a1ee79

Please sign in to comment.