Mercurial > farol
comparison setup.py @ 33:752b8bfe0baf
Use FarolLuz method to get a document ID (increase dependency version)
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Mon, 06 Oct 2014 11:44:01 +0200 |
parents | 63b00c10ada8 |
children | 617915733729 |
comparison
equal
deleted
inserted
replaced
32:9b0fb5ca7eff | 33:752b8bfe0baf |
---|---|
40 author="Benoît Allard", | 40 author="Benoît Allard", |
41 author_email='benoit.allard@greenbone.net', | 41 author_email='benoit.allard@greenbone.net', |
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 >= 0.1.1', 'Flask'], |
46 test_suite='tests', | 46 test_suite='tests', |
47 # Also install the templates and the static dir | 47 # Also install the templates and the static dir |
48 include_package_data=True, | 48 include_package_data=True, |
49 ) | 49 ) |