Mercurial > farol
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:4a9f23230eba | 1:63b00c10ada8 |
---|---|
42 license='GPLv2+', | 42 license='GPLv2+', |
43 packages=['farol'], | 43 packages=['farol'], |
44 scripts=['run_web'], | 44 scripts=['run_web'], |
45 install_requires=['farolluz', 'Flask'], | 45 install_requires=['farolluz', 'Flask'], |
46 test_suite='tests', | 46 test_suite='tests', |
47 # Also install the templates and the static dir | |
48 include_package_data=True, | |
47 ) | 49 ) |