Remove unneeded setup hook from setup.cfg

These are a historical thing and are not needed. They don't hurt - but
they are noise.

Change-Id: I4bb8a2d327dc5cc602a95f4ba2cc0a82998af45c
This commit is contained in:
Monty Taylor 2015-05-01 09:36:22 -04:00
parent 02cf262293
commit 3ba62aed1d

View File

@ -17,10 +17,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
glance-api = glance.cmd.api:main