changeset 381:2f9acd073dd3

Include the template in the installed package data This will ship the default templates in the install getan package. getan-eval.py will no be able to find and load the default templates.
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 05 Jan 2015 10:55:28 +0100
parents 20fde79f8e12
children 7a63212924c3
files setup.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Jan 05 10:54:20 2015 +0100
+++ b/setup.py	Mon Jan 05 10:55:28 2015 +0100
@@ -33,6 +33,7 @@
       packages=find_packages(),
       package_data={
           "": ["*.txt"],
+          "getan": ["templates/*"],
       },
       scripts=glob.glob(os.path.join(scripts_dir, "*.py")) +
       [os.path.join(scripts_dir, "wochenbericht"),
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)