Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 

30 рядки
735 B

  1. [project]
  2. name = "hrms"
  3. authors = [
  4. { name = "Xhive LLC Pvt Ltd", email = "developers@xhiveframework.io"}
  5. ]
  6. description = "Open Source HR & Payroll Software"
  7. requires-python = ">=3.10"
  8. readme = "README.md"
  9. dynamic = ["version"]
  10. [build-system]
  11. requires = ["flit_core >=3.4,<4"]
  12. build-backend = "flit_core.buildapi"
  13. [tool.black]
  14. line-length = 99
  15. [tool.isort]
  16. line_length = 99
  17. multi_line_output = 3
  18. include_trailing_comma = true
  19. force_grid_wrap = 0
  20. use_parentheses = true
  21. ensure_newline_before_comments = true
  22. indent = "\t"
  23. known_xhiveframework = ["xhiveframework"]
  24. known_xhiveerp = ["xhiveerp"]
  25. known_hrms = ["hrms"]
  26. sections = ["FUTURE", "STDLIB", "THIRDPARTY", "XHIVEFRAMEWORK", "XHIVEERP", "HRMS", "FIRSTPARTY", "LOCALFOLDER"]