From 472d1e07829f535e89578f062eb4d8b0f25eb160 Mon Sep 17 00:00:00 2001 From: Anoop Kurungadam Date: Wed, 1 Nov 2023 12:34:20 +0530 Subject: [PATCH] chore: update puproject.toml, hooks.py --- healthcare/hooks.py | 10 +++++----- pyproject.toml | 9 +++++---- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/healthcare/hooks.py b/healthcare/hooks.py index 347a93ab24..d8a8ff467d 100644 --- a/healthcare/hooks.py +++ b/healthcare/hooks.py @@ -3,13 +3,13 @@ from . import __version__ as app_version # noqa app_name = "healthcare" -app_title = "Healthcare" -app_publisher = "healthcare" -app_description = "healthcare" +app_title = "Frappe Health" +app_publisher = "earthians Health Informatics Pvt. Ltd." +app_description = "Modern, Open Source HIS built on Frappe and ERPNext" app_icon = "octicon octicon-file-directory" app_color = "grey" -app_email = "contact@frappe.io" -app_license = "MIT" +app_email = "info@earthianslive.com" +app_license = "GNU GPL V3" required_apps = ["erpnext"] # Includes in diff --git a/pyproject.toml b/pyproject.toml index c95a3fe7f0..006a32db43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,13 +2,14 @@ name = "healthcare" description = "Modern, Open Source HIS built on Frappe and ERPNext" authors = [ - { name = "earthians Health Informatics Pvt. Ltd.", email = "info@earthianslive.com" } + { name = "earthians Health Informatics Pvt. Ltd.", email = "info@earthianslive.com" }, ] readme = "README.md" +license = {file = "LICENSE.txt"} +requires-python = ">=3.10" dynamic = ["version"] - dependencies = [ - "responses==0.20.0", + "responses==0.23.1", ] [build-system] @@ -30,4 +31,4 @@ indent = "\t" known_frappe = ["frappe"] known_erpnext = ["erpnext"] known_healthcare = ["healthcare"] -sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FRAPPE", "ERPNEXT", "HEALTHCARE", "FIRSTPARTY", "LOCALFOLDER"] \ No newline at end of file +sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FRAPPE", "ERPNEXT", "HEALTHCARE", "FIRSTPARTY", "LOCALFOLDER"]