We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32ac73 commit 50a0945Copy full SHA for 50a0945
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "flask-shell-ipython"
7
-version = "0.5.2.post2"
+version = "0.5.2.post3"
8
description = "Replace default `flask shell` command by similar command running IPython."
9
readme = "README.md"
10
readme-content-type = "text/markdown"
@@ -32,7 +32,7 @@ dependencies = [
32
]
33
34
[project.urls]
35
-Home = "https://github.com/ei-grad/flask-shell-ipython"
+Homepage = "https://github.com/ei-grad/flask-shell-ipython"
36
37
[project.entry-points."flask.commands"]
38
shell = "flask_shell_ipython:shell"
0 commit comments