Skip to content

Commit

Permalink
chore: fix pyproject urls
Browse files Browse the repository at this point in the history
fix URLs in pyproject.toml (#59)
  • Loading branch information
dotlambda authored Aug 8, 2024
1 parent b1c9b30 commit d67cc21
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 @@ -5,7 +5,7 @@ description = "A package to get read only data from Anova precision cookers with
authors = ["Luke <[email protected]>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/Lash-L/anova-wifi"
repository = "https://github.com/Lash-L/anova_wifi"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
Expand All @@ -18,8 +18,8 @@ packages = [
]

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/Lash-L/anova-wifi/issues"
"Changelog" = "https://github.com/Lash-L/anova-wifi/blob/main/CHANGELOG.md"
"Bug Tracker" = "https://github.com/Lash-L/anova_wifi/issues"
"Changelog" = "https://github.com/Lash-L/anova_wifi/blob/main/CHANGELOG.md"

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit d67cc21

Please sign in to comment.