Fix package setup configuration

This change fixes the scenario where performing a package
install (e.g. pip) was failing because the package config
in setup.cfg was causing the egg to be generated incorrectly.

Change-Id: I416fb19448ec53734a42e88de750556b62edf724
This commit is contained in:
adreznec 2016-07-28 15:01:36 -05:00
parent 641a82af02
commit ff7b5314b0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ classifier =
[files] [files]
packages = packages =
nova_powervm nova_powervm
nova.virt.powervm nova/virt/powervm
[build_sphinx] [build_sphinx]
source-dir = doc/source source-dir = doc/source