選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

21 行
527 B

  1. [project]
  2. name = "invoice_sync"
  3. authors = [
  4. { name = "SolutionERP", email = "support@solutionerp.com"}
  5. ]
  6. description = "Syncing invoice with mobile app"
  7. requires-python = ">=3.10"
  8. readme = "README.md"
  9. dynamic = ["version"]
  10. dependencies = [
  11. # "xhiveframework~=15.0.0" # Installed and managed by bench.
  12. ]
  13. [build-system]
  14. requires = ["flit_core >=3.4,<4"]
  15. build-backend = "flit_core.buildapi"
  16. # These dependencies are only installed when developer mode is enabled
  17. [tool.bench.dev-dependencies]
  18. # package_name = "~=1.1.0"