diff --git a/README.md b/README.md index 4b868b8..c27c9d8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ### Custom Ui -Custom UI for Sprinklers North West +Custom UI ### Installation diff --git a/custom_ui/hooks.py b/custom_ui/hooks.py index 45f773d..6173390 100644 --- a/custom_ui/hooks.py +++ b/custom_ui/hooks.py @@ -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" diff --git a/pyproject.toml b/pyproject.toml index 46ef86f..9e5071c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]