gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] 01/09: setuptools


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] 01/09: setuptools
Date: Fri, 24 Nov 2017 20:24:59 +0100

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

marcello pushed a commit to branch master
in repository donations.

commit 35178b02daaac103930c3463705bf5911b49c219
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Nov 24 19:52:23 2017 +0100

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

diff --git a/__init__.py b/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..c8d70c2
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,27 @@
+from setuptools import setup, find_packages
+
+setup(name='talerdonations',
+      version='0.0',
+      description='Example donations site for GNU Taler',
+      url='git://taler.net/donations',
+      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-donations'],
+      zip_safe=False)
diff --git a/talerdonations/tests.conf b/talerdonations/tests.conf
new file mode 100644
index 0000000..e69de29
diff --git a/talerdonations/tests.py b/talerdonations/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]