您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

2 年前
2 年前
2 年前
2 年前
2 年前
2 年前
1234567891011121314151617181920212223242526272829
  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"]