summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorJesse Pretorius <jesse.pretorius@rackspace.co.uk>2017-09-21 15:16:08 +0100
committerJesse Pretorius <jesse.pretorius@rackspace.co.uk>2017-09-21 15:16:08 +0100
commit39ae2ee3a9084e0b6945f0fbec3dd735dc0efa7d (patch)
treef364a061fa31f912ce359393e149ccb251035cb8 /setup.cfg
parent0fb67d459baa0fb22391b1b1da3dba5349666bb7 (diff)
downloadtrove-39ae2ee3a9084e0b6945f0fbec3dd735dc0efa7d.tar.gz
Add default configuration files to data_files
In order to make it simpler to use the default configuration files when deploying services from source, the files are added to pbr's data_files section so that the files are included in the built wheels and therefore deployed with the code. Packaging and deployment tools can then more easily use the default files if they wish to. This pattern is already established with similar files for neutron, designate and glance as has been mentioned in the related bug report. Change-Id: I3bb03644674f016018a178a76cca9d12afe11c43 Closes-Bug: #1718356
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 401df140..38da02dd 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,10 @@ classifier =
Programming Language :: Python :: 3.5
[files]
+data_files =
+ etc/trove =
+ etc/trove/api-paste.ini
+ etc/trove/policy.json
packages =
trove