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 e497351 commit d2a56e0Copy full SHA for d2a56e0
pyproject.toml
@@ -11,7 +11,7 @@ local_scheme = "node-and-date"
11
name = "content-editor-tui"
12
dynamic = ["version"]
13
description = "TUI for editing blog content stored in PostgreSQL"
14
-requires-python = ">=3.10"
+requires-python = ">=3.11"
15
dependencies = [
16
"textual>=1.0.0",
17
"psycopg[binary]>=3.0.0",
@@ -20,4 +20,4 @@ dependencies = [
20
]
21
22
[project.scripts]
23
-content-editor = "content_editor.main:run"
+render-engine-tui = "content_editor.main:run"
0 commit comments