From 7509cedb85e34dd853d0784f6e39f19c9f1f61a0 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 5 Feb 2019 00:44:38 +0100 Subject: [PATCH] copy and install teleforma, goto 2.0 --- Dockerfile | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9cc40050..5a4e9401 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,9 @@ ENV LANGUAGE fr_FR:fr ENV LC_ALL fr_FR.UTF-8 RUN pip install cython -COPY requirements.txt /srv +RUN mkdir -p /srv/lib/teleforma +COPY . /srv/lib/teleforma +WORKDIR /srv/lib/teleforma RUN pip install -r requirements.txt #COPY requirements-dev.txt /srv diff --git a/setup.py b/setup.py index 7c7f0c21..4a5cd9e0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( long_description = open('README.rst').read(), author = "Guillaume Pellerin", author_email = "yomguy@parisson.com", - version = '1.1', + version = '2.0', platforms=['OS Independent'], license='CeCILL v2', classifiers = CLASSIFIERS, -- 2.39.5