From 01059c05b6cdfc7a9e0a29b64aee74aeaf534e3d Mon Sep 17 00:00:00 2001 From: sigmasternchen Date: Mon, 6 Jan 2025 21:34:14 +0100 Subject: [PATCH] fix: Rename package --- README.md | 2 +- {grimoire => grimoire-ssg}/__main__.py | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {grimoire => grimoire-ssg}/__main__.py (100%) diff --git a/README.md b/README.md index bc4e6d2..913b8d2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ poetry install To generate your static site, run the Grimoire command with your input YAML files. You can specify an output directory using the `-o` or `--output` flag. ```bash -poetry run python -m grimoire -o output_directory input_file.yml +poetry run python -m grimoire-ssg -o output_directory input_file.yml ``` ### Example YAML File diff --git a/grimoire/__main__.py b/grimoire-ssg/__main__.py similarity index 100% rename from grimoire/__main__.py rename to grimoire-ssg/__main__.py