This repository has been archived on 2026-02-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
PDOLib/pyproject.toml
2025-06-14 18:34:29 +01:00

10 lines
247 B
TOML

[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "PDOLib"
version = "0.0.1.dev0"
description = "Pain Delivery Option Library"
authors = [{ name = "Brosef" }]
dependencies = ["NoPELib"]