Skip to content

Commit

Permalink
move yoda.py from cli to yodapa
Browse files Browse the repository at this point in the history
  • Loading branch information
Man Parvesh Singh Randhawa committed Oct 13, 2024
1 parent f021eaf commit 0c42b0f
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -9,7 +9,7 @@ packages = [
{ include = "yodapa", from = "src" }
]
repository = "https://github.com/yoda-pa/yoda/tree/v2"
homepage = "https://yoda-pa.github.io/"
homepage = "https://yoda-pa.github.io/yoda"

[tool.poetry.dependencies]
python = "^3.9"
Expand Down Expand Up @@ -37,4 +37,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
yoda = "cli.yoda:app"
yoda = "yodapa.yoda:app"
Empty file removed src/cli/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 0c42b0f

Please sign in to comment.