Files
NotationChecker/pyproject.toml
2025-04-10 09:05:38 +02:00

14 lines
342 B
TOML

[project]
name = "notationchecker"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["apprise>=1.9.2", "playwright>=1.50.0"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/notationchecker"]