Skip to content
Snippets Groups Projects
Commit 1b907c17 authored by Piero Toffanin's avatar Piero Toffanin
Browse files

Add info to setup.py, edit README

parent c75c6640
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -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']),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment