Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
chyok authored Jun 29, 2024
1 parent c5f8dc0 commit 3ee1888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
readme = "README.md"
homepage = "https://github.com/chyok/ollama-gui"
repository = "https://github.com/chyok/ollama-gui"
packages = [{ include = "ollama_gui" }]
packages = [{ include = "ollama_gui.py" }]

[tool.poetry.dependencies]
python = "^3.6"
Expand All @@ -18,4 +18,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
ollama-gui = "ollama_gui:run"
ollama-gui = "ollama_gui:run"

0 comments on commit 3ee1888

Please sign in to comment.