Skip to content

Commit

Permalink
Add commented uv.sources section to pyproject for local dev
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Jan 24, 2025
1 parent c7dd630 commit e840d61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@ push = true
[tool.bumpver.file_patterns]
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
"custom_components/vantage/manifest.json" = ['"version": "{version}"']

# Uncomment to enable editable mode for aiovantage
# [tool.uv.sources]
# aiovantage = { path = "../aiovantage", editable = true }

0 comments on commit e840d61

Please sign in to comment.