summaryrefslogtreecommitdiffstats
path: root/ssg.py
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:36:17 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-08-31 18:53:40 +0100
commit3d47c7681e64a79dd923d117569b7c29ae9920ea (patch)
treeee6a567698f4c5860f326dd1cb4665e5d33d11f5 /ssg.py
parent3e846ad2b90d20d9b8f032b02da77002802014a1 (diff)
downloadssg-3d47c7681e64a79dd923d117569b7c29ae9920ea.tar.gz
ssg-3d47c7681e64a79dd923d117569b7c29ae9920ea.tar.xz
ssg-3d47c7681e64a79dd923d117569b7c29ae9920ea.zip
Switch to setuptools build backend
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