gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: right template dir


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: right template dir
Date: Sat, 25 Nov 2017 10:45:34 +0100

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

marcello pushed a commit to branch master
in repository donations.

The following commit(s) were added to refs/heads/master by this push:
     new 416c7d5  right template dir
416c7d5 is described below

commit 416c7d54007f78e2fa3d3bd6e54b80bef4ca9841
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sat Nov 25 10:44:39 2017 +0100

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

diff --git a/setup.py b/setup.py
index c8d70c2..09cf479 100755
--- a/setup.py
+++ b/setup.py
@@ -11,16 +11,16 @@ setup(name='talerdonations',
       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",
+              "donations/templates/*.html",
+              "donations/static/*.svg",
+              "donations/static/*.css",
+              "donations/static/*.js",
+              "donations/static/*.js.tar.gz",
+              "donations/static/web-common/*.png",
+              "donations/static/web-common/*.css",
+              "donations/static/web-common/*.js",
+              "donations/static/web-common/*.js.tar.gz",
+              "donations/static/web-common/*.html",
       ]
       },
       scripts=['taler-merchant-donations'],

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



reply via email to

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