14 lines
342 B
TOML
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"]
|