Skip to content

Commit

Permalink
fix: uodate pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
akurungadam committed Oct 28, 2023
1 parent 040e664 commit 9b2c294
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
[project]
name = "healthcare"
description = "Modern, Open Source HIS built on Frappe and ERPNext"
authors = [
{ name = "earthians Health Informatics Pvt. Ltd.", email = "info@earthianslive.com" }
]
readme = "README.md"
dynamic = ["version"]

dependencies = [
"responses==0.20.0",
]

[build-system]
requires = ["flit_core >=3.4,<4"]
build-backend = "flit_core.buildapi"

[tool.black]
line-length = 99

[tool.isort]
profile = "black"
line_length = 99
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
indent = "\t"
known_frappe = ["frappe"]
known_erpnext = ["erpnext"]
known_healthcare = ["healthcare"]
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FRAPPE", "ERPNEXT", "HEALTHCARE", "FIRSTPARTY", "LOCALFOLDER"]

0 comments on commit 9b2c294

Please sign in to comment.