refactor smal => mxsmal

This commit is contained in:
saces 2026-04-04 15:07:31 +02:00
parent 3f6be78685
commit 7e984ef129
37 changed files with 142 additions and 72 deletions

9
mxsmal/setup.py Normal file
View file

@ -0,0 +1,9 @@
# Copyright (C) 2026 saces@c-base.org
# SPDX-License-Identifier: AGPL-3.0-only
from setuptools import setup
setup(
use_calver="%Y.%m.%d.%H.%M",
setup_requires=["calver"],
)