gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] 07/31: setuptools


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] 07/31: setuptools
Date: Thu, 04 Jan 2018 18:09:30 +0100

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

dold pushed a commit to branch master
in repository backoffice.

commit a4a840db8846d1d23fb60ae4a68dde0bc2211cd7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 24 19:50:47 2017 +0100

    setuptools
---
 setup.py              | 27 +++++++++++++++++++++++++++
 talerblog/__init__.py |  0
 talerblog/tests.conf  |  0
 talerblog/tests.py    |  0
 4 files changed, 27 insertions(+)

diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..0f4fdf5
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,27 @@
+from setuptools import setup, find_packages
+
+setup(name='talerblog',
+      version='0.0',
+      description='Example blog site for GNU Taler',
+      url='git://taler.net/blog',
+      author='Marcello Stanisci',
+      author_email='address@hidden',
+      license='GPL',
+      packages=find_packages(),
+      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",
+      ]
+      },
+      scripts=['taler-merchant-blog'],
+      zip_safe=False)
diff --git a/talerblog/__init__.py b/talerblog/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/talerblog/tests.conf b/talerblog/tests.conf
new file mode 100644
index 0000000..e69de29
diff --git a/talerblog/tests.py b/talerblog/tests.py
new file mode 100644
index 0000000..e69de29

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



reply via email to

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