| 1234567891011121314151617181920212223 |
- [build-system]
- requires = ["flit_core >=3.11,<4"]
- build-backend = "flit_core.buildapi"
- [project]
- name = "cx_libtranslate"
- authors = [
- {name = "Cixo Develop", email = "[email protected]"}
- ]
- classifiers = [
- "Programming Language :: Python :: 3",
- "Operating System :: OS Independent"
- ]
- readme = "README.md"
- version = "1.0.1"
- license = "MIT"
- license-files = ["LICENSE"]
- dynamic = ["description"]
- [project.urls]
- Homepage = "https://git.cixoelectronic.pl/cixo-electronic/cx-libtranslate-python"
- Issues = "https://git.cixoelectronic.pl/cixo-electronic/cx-libtranslate-python/issues"
|