| 1234567891011121314151617181920212223 |
- [project]
- name = "cx_libtranslate"
- version = "1.0.0"
- authors = [
- { name = "Cixo Develop", email = "[email protected]" }
- ]
- description = "This is library for translating apps."
- readme = "README.md"
- requires-python = ">=3.7"
- classifiers = [
- "Programming Language :: Python :: 3",
- "Operating System :: OS Independent"
- ]
- license = "MIT"
- license-files = [ "LICENSE" ]
- [project.urls]
- Homepage = "https://git.cixoelectronic.pl/cixo-electronic/cx-libtranslate-python"
- Issues = "https://git.cixoelectronic.pl/cixo-electronic/cx-libtranslate-python/issues"
- [build-system]
- requires = [ "setuptools >= 77.0.3" ]
- build-backend = "setuptools.build_meta"
|