Add include_package_data=True to setup.py.

This makes sure the various templates get installed into the python path when running "python setup.py install".
This commit is contained in:
Soren Hansen 2010-11-29 14:02:03 +01:00
parent 4f92d1d39f
commit a7fe9d8cbc

View File

@ -57,6 +57,7 @@ setup(name='nova',
cmdclass={ 'sdist': local_sdist,
'build_sphinx' : local_BuildDoc },
packages=find_packages(exclude=['bin', 'smoketests']),
include_package_data=True,
scripts=['bin/nova-api',
'bin/nova-compute',
'bin/nova-dhcpbridge',