Mercurial > farol > farolluz
comparison setup.py @ 22:4004b67216a9
Add tests + method to change a ProductID
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Fri, 24 Oct 2014 16:16:50 +0200 |
parents | 5d81cea79583 |
children | 7653ffbec88b |
comparison
equal
deleted
inserted
replaced
19:4b53e7bcff0d | 22:4004b67216a9 |
---|---|
38 license='GPLv2+', | 38 license='GPLv2+', |
39 packages=['farolluz', 'farolluz.parsers'], | 39 packages=['farolluz', 'farolluz.parsers'], |
40 include_package_data=True, | 40 include_package_data=True, |
41 scripts=['parse_cvrf', 'render'], | 41 scripts=['parse_cvrf', 'render'], |
42 install_requires=['Jinja2'], | 42 install_requires=['Jinja2'], |
43 test_suite='tests', | |
43 ) | 44 ) |