diff --git a/setup.cfg b/setup.cfg index d46b337..1b262e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,21 +26,9 @@ keywords = distutils [files] -packages = +packages = heat_tempest_plugin [entry_points] -tempest.test_plugins = +tempest.test_plugins = heat = heat_tempest_plugin.plugin:HeatTempestPlugin - -[global] -setup-hooks = - pbr.hooks.setup_hook - -[egg_info] -tag_build = -tag_date = 0 -tag_svn_revision = 0 - -[wheel] -universal = 1