Include metadefs files in all packages

Previously, metadefs were only shipped in archives of the entire
repository. There's been a recent push in the operator community to
deploy from source, including building wheels and installing using them.
In order for the deployers to take advantage of metadefs as intended.

Change-Id: I1d7eacc19feed34f3e9029d11865e788bb4d4a8c
Closes-bug: 1469869
This commit is contained in:
Ian Cordasco 2015-07-28 21:01:07 -05:00
parent 4ec1e7d4db
commit f9c4312ab1
1 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,10 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[files]
data_files =
etc/glance/metadefs = etc/metadefs/*
[entry_points]
console_scripts =
glance-api = glance.cmd.api:main