Skip to content

Commit

Permalink
Use relative path in data_files in setup.cfg
Browse files Browse the repository at this point in the history
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
  • Loading branch information
afrittoli committed Jul 31, 2015
1 parent 02753ee commit 871f5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -22,7 +22,7 @@ classifier =
packages =
tempest
data_files =
/etc/tempest = etc/*
etc/tempest = etc/*

[entry_points]
console_scripts =
Expand Down

0 comments on commit 871f5da

Please sign in to comment.