Merge "Implementation of Vanilla Plugin"

This commit is contained in:
Jenkins 2013-06-13 18:50:42 +00:00 committed by Gerrit Code Review
commit 4f15d59b21
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ setuptools.setup(
cmdclass=common_setup.get_cmdclass(),
packages=setuptools.find_packages(exclude=['bin']),
package_data={'savanna': [
'resources/*.template',
'resources/*.xml'
'plugins/vanilla/resources/*.template',
'plugins/vanilla/resources/*.xml'
]},
install_requires=requires,
dependency_links=depend_links,