Adding conf files as package data

resubmitting https://review.openstack.org/#/c/412682/
OpenStack global requirements manages the setup.py file and expects
project specific configuration to be put into setup.py.

Couldn't figure out the correct syntax the first go round to put this
into the setup.cfg file. This patch should have the correct syntax.

Change-Id: Ia82b577f3aac13c3152df160d2b24837f675a79b
This commit is contained in:
Dan Radez 2017-01-09 13:37:01 -05:00
parent c1f97795e2
commit 4bad629880
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ classifier =
[files]
packages =
translator
package_data =
conf = conf/*.conf
[entry_points]
openstack.cli.extension =