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 5c592be0e1
commit 4ed5116665

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',