From 3d47c7681e64a79dd923d117569b7c29ae9920ea Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sun, 31 Aug 2025 18:36:17 +0100 Subject: Switch to setuptools build backend --- ssg.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ssg.py') 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 # 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 -- cgit v1.2.3-70-g09d2