Skip to content

Commit

Permalink
chore: update puproject.toml, hooks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Nov 1, 2023
1 parent c5d9de2 commit 472d1e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions healthcare/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
app_license = "MIT"
app_email = "[email protected]"
app_license = "GNU GPL V3"
required_apps = ["erpnext"]

# Includes in <head>
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
name = "healthcare"
description = "Modern, Open Source HIS built on Frappe and ERPNext"
authors = [
{ name = "earthians Health Informatics Pvt. Ltd.", email = "[email protected]" }
{ name = "earthians Health Informatics Pvt. Ltd.", email = "[email protected]" },
]
readme = "README.md"
license = {file = "LICENSE.txt"}
requires-python = ">=3.10"
dynamic = ["version"]

dependencies = [
"responses==0.20.0",
"responses==0.23.1",
]

[build-system]
Expand All @@ -30,4 +31,4 @@ indent = "\t"
known_frappe = ["frappe"]
known_erpnext = ["erpnext"]
known_healthcare = ["healthcare"]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FRAPPE", "ERPNEXT", "HEALTHCARE", "FIRSTPARTY", "LOCALFOLDER"]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FRAPPE", "ERPNEXT", "HEALTHCARE", "FIRSTPARTY", "LOCALFOLDER"]

0 comments on commit 472d1e0

Please sign in to comment.