pyproject.toml 375 B

1234567891011121314151617
  1. [project]
  2. name = "abx-plugin-readability"
  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. ]
  11. [build-system]
  12. requires = ["hatchling"]
  13. build-backend = "hatchling.build"
  14. [project.entry-points.abx]
  15. abx_plugin_readability = "abx_plugin_readability"