feat: Initialize App
This commit is contained in:
parent
1f662a7b6b
commit
c5e27c0f70
@ -1,6 +1,6 @@
|
|||||||
### Custom Ui
|
### Custom Ui
|
||||||
|
|
||||||
Custom UI for Sprinklers North West
|
Custom UI
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
app_name = "custom_ui"
|
app_name = "custom_ui"
|
||||||
app_title = "Custom Ui"
|
app_title = "Custom Ui"
|
||||||
app_publisher = "Shiloh Code"
|
app_publisher = "Shiloh Code LLC"
|
||||||
app_description = "Custom UI for Sprinklers North West"
|
app_description = "Custom UI"
|
||||||
app_email = "casey@shilohcode.com"
|
app_email = "casey@shilohcode.com"
|
||||||
app_license = "mit"
|
app_license = "mit"
|
||||||
|
|
||||||
|
|||||||
@ -1,9 +1,9 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "custom_ui"
|
name = "custom_ui"
|
||||||
authors = [
|
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"
|
requires-python = ">=3.10"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user