Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Fix references.
  • Loading branch information
craig8 authored Nov 17, 2022
1 parent a6b6085 commit 9061600
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,8 +5,8 @@ description = "None"
authors = ["Craig Allwardt <[email protected]>"]
license = "Apache License 2.0"
readme = "README.md"
repository = "https://github.com/craig8/volttron-listener-agent"
homepage = "https://github.com/craig8/volttron-listener-agent"
repository = "https://github.com/eclipse-volttron/volttron-listener"
homepage = "https://github.com/eclipse-volttron/volttron-listener"
keywords = []
packages = [ { include = "listener", from = "src" } ]
classifiers = [
Expand All @@ -19,7 +19,7 @@ classifiers = [
]
[tool.poetry.dependencies]
python = ">=3.8,<4.0"
volttron = "^10.0.1a33"
volttron = "^10.0.1a34"

[tool.poetry.group.dev.dependencies]
# formatting, quality, tests
Expand Down

0 comments on commit 9061600

Please sign in to comment.