This commit is contained in:
Piero Toffanin 2021-02-26 09:58:38 -05:00
commit fa6e211d6d
2 changed files with 9 additions and 1 deletions

View file

@ -141,6 +141,14 @@ ltmanage keys remove <api-key>
ltmanage keys ltmanage keys
``` ```
## Language Bindings
You can use the LibreTranslate API using the following bindings:
- Rust: https://github.com/DefunctLizard/libretranslate-rs
More coming soon!
## Roadmap ## Roadmap
Help us by opening a pull request! Help us by opening a pull request!

View file

@ -13,7 +13,7 @@ setup(
packages=find_packages(), packages=find_packages(),
# packages=find_packages(include=['openpredict']), # packages=find_packages(include=['openpredict']),
# package_dir={'openpredict': 'openpredict'}, # package_dir={'openpredict': 'openpredict'},
package_data={'': ['static/*', 'templates/*']}, package_data={'': ['static/*', 'static/**/*', 'templates/*']},
include_package_data=True, include_package_data=True,
entry_points={ entry_points={
'console_scripts': [ 'console_scripts': [