Files
beanflows/extract/psdonline/pyproject.toml
2025-07-08 22:41:59 +02:00

15 lines
301 B
TOML

[project]
name = "psdonline"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [
{ name = "Deeman", email = "hendriknote@gmail.com" }
]
requires-python = ">=3.13"
dependencies = []
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"