feat: Initialize App

This commit is contained in:
Casey Wittrock 2025-10-18 18:08:43 -05:00
parent 1f662a7b6b
commit c5e27c0f70
3 changed files with 5 additions and 5 deletions

View file

@ -1,9 +1,9 @@
[project]
name = "custom_ui"
authors = [
{ name = "Shiloh Code", email = "casey@shilohcode.com"}
{ name = "Shiloh Code LLC", email = "casey@shilohcode.com"}
]
description = "Custom UI for Sprinklers North West"
description = "Custom UI"
requires-python = ">=3.10"
readme = "README.md"
dynamic = ["version"]