Commit 1da83fa7 authored by Hartmut Goebel's avatar Hartmut Goebel
Browse files

Add pyproject.toml file.

parent 36f66449
Loading
Loading
Loading
Loading

pyproject.toml

0 → 100644
+6 −0
Original line number Diff line number Diff line
# Copyright (C) 2023-2025 Hartmut Goebel <h.goebel@crazy-compilers.com>
# SPDX-License-Identifier: CC0-1.0

[build-system]
requires = ['setuptools']
build-backend = 'setuptools.build_meta'