-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update puproject.toml, hooks.py
- Loading branch information
1 parent
c5d9de2
commit 472d1e0
Showing
2 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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"] |