Add info to setup.py, edit README

This commit is contained in:
Piero Toffanin 2021-02-09 15:20:46 -05:00
parent c75c664058
commit 1b907c1703
2 changed files with 5 additions and 3 deletions

View file

@ -49,6 +49,8 @@ libretranslate [args]
Then open a web browser to http://localhost:5000
If you're on Windows, we recommend you [Run with Docker](#run-with-docker) instead.
## Build and Run
If you want to make some changes to the code, you can build from source, and run the API:

View file

@ -6,9 +6,9 @@ setup(
version='1.1.0',
name='libretranslate',
license='GNU Affero General Public License v3.0',
description='Free and Open Source Machine Translation API. 100% self-hosted, no limits, no ties to proprietary services. Built on top of Argos Translate.',
author='Piero Toffanin',
author_email='pierotofy@email.com',
description='Free and Open Source Machine Translation API. Self-hosted, no limits, no ties to proprietary services.',
author='LibreTranslate Authors',
author_email='pt@uav4geo.com',
url='https://libretranslate.com',
packages=find_packages(),
# packages=find_packages(include=['openpredict']),