diff options
Diffstat (limited to 'api/setup.cfg')
-rw-r--r-- | api/setup.cfg | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/api/setup.cfg b/api/setup.cfg index af7a2da..f568387 100644 --- a/api/setup.cfg +++ b/api/setup.cfg @@ -16,6 +16,10 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 +[files] +data_files = + /etc/escalator = etc/* + [global] setup-hooks = pbr.hooks.setup_hook |