main commit

This commit is contained in:
2025-04-10 09:05:38 +02:00
commit a9576ba452
6 changed files with 305 additions and 0 deletions

13
pyproject.toml Normal file
View File

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