pyproject.toml 596 B

1234567891011121314151617181920212223
  1. [build-system]
  2. requires = ["flit_core >=3.11,<4"]
  3. build-backend = "flit_core.buildapi"
  4. [project]
  5. name = "cx_libtranslate"
  6. authors = [
  7. {name = "Cixo Develop", email = "[email protected]"}
  8. ]
  9. classifiers = [
  10. "Programming Language :: Python :: 3",
  11. "Operating System :: OS Independent"
  12. ]
  13. readme = "README.md"
  14. version = "1.0.1"
  15. license = "MIT"
  16. license-files = ["LICENSE"]
  17. dynamic = ["description"]
  18. [project.urls]
  19. Homepage = "https://git.cixoelectronic.pl/cixo-electronic/cx-libtranslate-python"
  20. Issues = "https://git.cixoelectronic.pl/cixo-electronic/cx-libtranslate-python/issues"