Created library files

This commit is contained in:
2025-06-14 18:34:29 +01:00
parent b96799ad31
commit e9115cdaa6
2 changed files with 10 additions and 0 deletions

10
pyproject.toml Normal file
View File

@ -0,0 +1,10 @@
[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"]