Skip to content

Commit

Permalink
Move CLI into demo
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Jan 23, 2024
1 parent 31a6d2a commit 297a56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli.py → demo/demo_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import sys
from pathlib import Path

demo_base_path = Path(__file__).parent / "demo"
demo_base_path = Path(__file__).parent

client_path = demo_base_path / "client.html"
server_path = demo_base_path/ "server.py"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ demo = [
"Bug Tracker" = "https://github.com/catalystneuro/tqdm_publisher/issues"

[project.gui-scripts]
tqdm_publisher = "cli:main"
tqdm_publisher = "demo.demo_cli:main"

0 comments on commit 297a56f

Please sign in to comment.