diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:36:17 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-08-31 18:53:40 +0100 |
commit | 3d47c7681e64a79dd923d117569b7c29ae9920ea (patch) | |
tree | ee6a567698f4c5860f326dd1cb4665e5d33d11f5 /ssg.py | |
parent | 3e846ad2b90d20d9b8f032b02da77002802014a1 (diff) | |
download | ssg-3d47c7681e64a79dd923d117569b7c29ae9920ea.tar.gz ssg-3d47c7681e64a79dd923d117569b7c29ae9920ea.tar.xz ssg-3d47c7681e64a79dd923d117569b7c29ae9920ea.zip |
Switch to setuptools build backend
Diffstat (limited to 'ssg.py')
-rw-r--r-- | ssg.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |