gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-backoffice] 17/31: right templates dir


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] 17/31: right templates dir
Date: Thu, 04 Jan 2018 18:09:40 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository backoffice.

commit 5668486b3d36c2fc1b07d872a6230c3b9975b853
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 25 10:45:14 2017 +0100

    right templates dir
---
 setup.py | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/setup.py b/setup.py
index 0f4fdf5..9caae1b 100755
--- a/setup.py
+++ b/setup.py
@@ -11,16 +11,16 @@ setup(name='talerblog',
       install_requires=["Flask>=0.10"],
       package_data={
           '':[
-              "survey/templates/*.html",
-              "survey/static/*.svg",
-              "survey/static/*.css",
-              "survey/static/*.js",
-              "survey/static/*.js.tar.gz",
-              "survey/static/web-common/*.png",
-              "survey/static/web-common/*.css",
-              "survey/static/web-common/*.js",
-              "survey/static/web-common/*.js.tar.gz",
-              "survey/static/web-common/*.html",
+              "blog/templates/*.html",
+              "blog/static/*.svg",
+              "blog/static/*.css",
+              "blog/static/*.js",
+              "blog/static/*.js.tar.gz",
+              "blog/static/web-common/*.png",
+              "blog/static/web-common/*.css",
+              "blog/static/web-common/*.js",
+              "blog/static/web-common/*.js.tar.gz",
+              "blog/static/web-common/*.html",
       ]
       },
       scripts=['taler-merchant-blog'],

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]