gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] 01/02: adapting setup.py


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] 01/02: adapting setup.py
Date: Fri, 05 Jan 2018 11:30:45 +0100

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

marcello pushed a commit to branch master
in repository backoffice.

commit e9e2371bf4945fad9b5f668c2c7b116b66e884b3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 5 11:18:11 2018 +0100

    adapting setup.py
---
 setup.py | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/setup.py b/setup.py
index b7fd69d..b7cdbb6 100755
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
 from setuptools import setup, find_packages
 
-setup(name='talerblog',
+setup(name='talerbackoffice',
       version='0.0',
-      description='Example blog site for GNU Taler',
-      url='git://taler.net/blog',
+      description='Back-office site for GNU Taler',
+      url='git://taler.net/backoffice',
       author='Marcello Stanisci',
       author_email='address@hidden',
       license='GPL',
@@ -14,18 +14,13 @@ setup(name='talerblog',
       package_data={
           '':[
               "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",
-              "blog/articles/*",
-              "blog/data/*"
+              "blog/static/web-common/*.html"
       ]
       },
-      scripts=['taler-merchant-blog'],
+      scripts=['taler-merchant-backoffice-blog',
+               'taler-merchant-backoffice-donations'],
       zip_safe=False)

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



reply via email to

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