Mercurial > farol > farolluz
comparison setup.py @ 2:5d81cea79583 0.1
setup.py: include_package_data is needed so that install works.
author | Benoît Allard <benoit.allard@greenbone.net> |
---|---|
date | Wed, 24 Sep 2014 17:32:31 +0200 |
parents | e18b61a73a68 |
children | 4004b67216a9 |
comparison
equal
deleted
inserted
replaced
1:d47e1164740f | 2:5d81cea79583 |
---|---|
35 long_description=long_description, | 35 long_description=long_description, |
36 author="Benoît Allard", | 36 author="Benoît Allard", |
37 author_email='benoit.allard@greenbone.net', | 37 author_email='benoit.allard@greenbone.net', |
38 license='GPLv2+', | 38 license='GPLv2+', |
39 packages=['farolluz', 'farolluz.parsers'], | 39 packages=['farolluz', 'farolluz.parsers'], |
40 # package_dir={'farolluz': 'farolluz'}, | 40 include_package_data=True, |
41 # include_package_data=True, | |
42 # package_data={'farolluz': ['templates/*.j2']}, | |
43 scripts=['parse_cvrf', 'render'], | 41 scripts=['parse_cvrf', 'render'], |
44 install_requires=['Jinja2'], | 42 install_requires=['Jinja2'], |
45 ) | 43 ) |