diff setup.py @ 1:63b00c10ada8

Add Configuration support, warning when in DEBUG mode, and Deployment instruction
author Benoît Allard <benoit.allard@greenbone.net>
date Wed, 24 Sep 2014 15:04:19 +0200
parents 4a9f23230eba
children 752b8bfe0baf
line wrap: on
line diff
--- a/setup.py	Wed Sep 24 10:07:49 2014 +0200
+++ b/setup.py	Wed Sep 24 15:04:19 2014 +0200
@@ -44,4 +44,6 @@
     scripts=['run_web'],
     install_requires=['farolluz', 'Flask'],
     test_suite='tests',
+    # Also install the templates and the static dir
+    include_package_data=True,
 )

http://farol.wald.intevation.org