Use relative path in data_files in setup.cfg

The absolute path causes failures when installing in a virtual
environment, not having root privileges.

This change solves the installation in a virtual environment,
but it does not fix yet the tempest init workflow when installing
into a virtual environment.

Partially-fixes bug #1480389

Change-Id: Iddefb8db77ffe35a84fb35b6f9e7e823de4ab45f
This commit is contained in:
Andrea Frittoli (andreaf) 2015-07-31 17:55:38 +01:00
parent 02753eea24
commit 871f5daa04

View File

@ -22,7 +22,7 @@ classifier =
packages =
tempest
data_files =
/etc/tempest = etc/*
etc/tempest = etc/*
[entry_points]
console_scripts =