remove section [files] in setup.cfg

The files section defines the install location of files
in the package using three fundamental keys: "packages",
"namespace_packages", and "data_files".
The "elements/*" in sahra-extra has been removed, we also
delete this section

Change-Id: Ifcc0904844d910eaa75ee5138853c74a480f47fe
This commit is contained in:
Shu Yingya 2016-10-01 02:41:35 +08:00
parent 2e516a87f7
commit e7a84c6b82
1 changed files with 1 additions and 5 deletions

View File

@ -10,11 +10,7 @@ classifiers =
Operating System :: POSIX :: Linux
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/sahara/
[files]
data_files =
share/sahara-elements = elements/*
home-page = http://docs.openstack.org/developer/sahara/
[global]
setup-hooks = pbr.hooks.setup_hook