Skip to content

Commit d2a56e0

Browse files
committed
update command to run
1 parent e497351 commit d2a56e0

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
@@ -11,7 +11,7 @@ local_scheme = "node-and-date"
1111
name = "content-editor-tui"
1212
dynamic = ["version"]
1313
description = "TUI for editing blog content stored in PostgreSQL"
14-
requires-python = ">=3.10"
14+
requires-python = ">=3.11"
1515
dependencies = [
1616
"textual>=1.0.0",
1717
"psycopg[binary]>=3.0.0",
@@ -20,4 +20,4 @@ dependencies = [
2020
]
2121

2222
[project.scripts]
23-
content-editor = "content_editor.main:run"
23+
render-engine-tui = "content_editor.main:run"

0 commit comments

Comments
 (0)