Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ei-grad committed Sep 5, 2024
1 parent e32ac73 commit 50a0945
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 @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "flask-shell-ipython"
version = "0.5.2.post2"
version = "0.5.2.post3"
description = "Replace default `flask shell` command by similar command running IPython."
readme = "README.md"
readme-content-type = "text/markdown"
Expand Down Expand Up @@ -32,7 +32,7 @@ dependencies = [
]

[project.urls]
Home = "https://github.com/ei-grad/flask-shell-ipython"
Homepage = "https://github.com/ei-grad/flask-shell-ipython"

[project.entry-points."flask.commands"]
shell = "flask_shell_ipython:shell"
Expand Down

0 comments on commit 50a0945

Please sign in to comment.