summaryrefslogtreecommitdiffstats
path: root/ssg.py
diff options
context:
space:
mode:
Diffstat (limited to 'ssg.py')
-rw-r--r--ssg.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ssg.py b/ssg.py
index 9816a41..9133dc3 100644
--- a/ssg.py
+++ b/ssg.py
@@ -1,10 +1,6 @@
# Copyright (C) 2023-2025 Tomasz Kramkowski <tomasz@kramkow.ski>
# SPDX-License-Identifier: MIT
-"""A basic static site generator"""
-
-__version__ = "0.5.0"
-
import sys
from argparse import ArgumentParser, BooleanOptionalAction, Namespace
from collections.abc import Callable