Skip to content

Commit 50a0945

Browse files
committed
Update
1 parent e32ac73 commit 50a0945

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "flask-shell-ipython"
7-
version = "0.5.2.post2"
7+
version = "0.5.2.post3"
88
description = "Replace default `flask shell` command by similar command running IPython."
99
readme = "README.md"
1010
readme-content-type = "text/markdown"
@@ -32,7 +32,7 @@ dependencies = [
3232
]
3333

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

3737
[project.entry-points."flask.commands"]
3838
shell = "flask_shell_ipython:shell"

0 commit comments

Comments
 (0)