From: Guillaume Pellerin Date: Mon, 4 Feb 2019 23:44:38 +0000 (+0100) Subject: copy and install teleforma, goto 2.0 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7509cedb85e34dd853d0784f6e39f19c9f1f61a0;p=teleforma.git copy and install teleforma, goto 2.0 --- 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,