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,6 +1,6 @@
### Custom Ui
Custom UI for Sprinklers North West
Custom UI
### Installation

View File

@ -1,7 +1,7 @@
app_name = "custom_ui"
app_title = "Custom Ui"
app_publisher = "Shiloh Code"
app_description = "Custom UI for Sprinklers North West"
app_publisher = "Shiloh Code LLC"
app_description = "Custom UI"
app_email = "casey@shilohcode.com"
app_license = "mit"

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"]