Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Changing entrypoint for gitreload in poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
blarghmatey committed Jun 2, 2020
1 parent 391c65e commit 0e32ea2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.~undo-tree~
*.py[cod]

# C extensions
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ classifiers=[
'Topic :: Education',
]

[tool.poetry.plugins.console_scripts]
"gitreload" = "gitreload.web:run_web"
[tool.poetry.scripts]
gitreload = "gitreload.web:run_web"

[tool.poetry.dependencies]
python = "^3.6"
Expand Down

0 comments on commit 0e32ea2

Please sign in to comment.