pyproject.toml 439 B

12345678910111213141516171819
  1. [project]
  2. name = "abx-plugin-git"
  3. version = "2024.10.28"
  4. description = "Add your description here"
  5. readme = "README.md"
  6. requires-python = ">=3.10"
  7. dependencies = [
  8. "abx>=0.1.0",
  9. "abx-spec-config>=0.1.0",
  10. "abx-spec-pydantic-pkgr>=0.1.0",
  11. "abx-plugin-default-binproviders>=2024.10.24",
  12. ]
  13. [build-system]
  14. requires = ["hatchling"]
  15. build-backend = "hatchling.build"
  16. [project.entry-points.abx]
  17. abx_plugin_git = "abx_plugin_git"