Skip to content

Commit

Permalink
Update project URLs (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
olejandro authored Dec 14, 2023
1 parent 9b3ff54 commit dcc67e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ dependencies = [
dev = ["black", "pre-commit", "tabulate"]

[project.urls]
Documentation = "https://github.com/etsap-TIMES/times-excel-reader#readme"
Issues = "https://github.com/etsap-TIMES/times-excel-reader/issues"
Source = "https://github.com/etsap-TIMES/times-excel-reader"
Documentation = "https://github.com/etsap-TIMES/xl2times#readme"
Issues = "https://github.com/etsap-TIMES/xl2times/issues"
Source = "https://github.com/etsap-TIMES/xl2times"

[project.scripts]
xl2times = "xl2times.__main__:main"

0 comments on commit dcc67e9

Please sign in to comment.