pygomx/mxsmal/setup.py

10 lines
183 B
Python
Raw Normal View History

2026-04-04 12:12:56 +02:00
# 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"],
)