Skip to content

Commit

Permalink
Update script paths in pyproject.toml to point to example modules
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Jan 31, 2025
1 parent a15410e commit e5c858f
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 @@ -26,6 +26,6 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
edge-agent = 'http_network_relay.edge_agent:main'
network-relay = 'http_network_relay.network_relay_for_access_clients:main'
access-client = 'http_network_relay.access_client:main'
edge-agent = 'http_network_relay.edge_agent_example:main'
network-relay = 'http_network_relay.network_relay_example:main'
access-client = 'http_network_relay.access_client_example:main'

0 comments on commit e5c858f

Please sign in to comment.