1
0
mirror of https://github.com/LibreTranslate/LibreTranslate.git synced 2024-07-04 16:30:14 +02:00

Fix setup.py

This commit is contained in:
Piero Toffanin 2023-01-06 14:17:11 -05:00
parent fa8516516c
commit 4d3f8703f4
2 changed files with 1 additions and 2 deletions

View File

@ -19,7 +19,6 @@ RUN ./venv/bin/pip install Babel==2.11.0 && ./venv/bin/python compile_locales.py
&& ./venv/bin/pip install . \
&& ./venv/bin/pip cache purge
FROM python:3.8.14-slim-bullseye
ARG with_models=false

View File

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