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.
2 parents fd2e36e + e37a3e7 commit 8b5a381Copy full SHA for 8b5a381
pyproject.toml
@@ -1,7 +1,6 @@
1
[project]
2
name = "render-engine-cli"
3
dynamic = ["version"]
4
-#version = "2025.6.1b1"
5
description = "Command line tool for the Render Engine static site generator"
6
readme = "README.md"
7
requires-python = ">=3.10"
tests/test_cli.py
@@ -1,8 +1,7 @@
import frontmatter
import pytest
import toml
-from render_engine import Page, Site
-from render_engine.collection import Collection
+from render_engine import Collection, Page, Site
from render_engine_cli.utils import (
8
CliConfig,
0 commit comments