setup.cfg: Cleanup

- pbr hasn't need the hook configuration since forever [1]
- Remove the 'wheel' group

[1] c84876dc0f

Change-Id: Ic448d7d0f4fb906a4ded14aadaf119dce7ab43d7
This commit is contained in:
caoyuan 2019-10-13 01:35:07 +08:00
parent 330e233a40
commit f51b475062
1 changed files with 0 additions and 9 deletions

View File

@ -13,8 +13,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
@ -27,10 +25,6 @@ data_files =
etc/neutron/rootwrap.d =
etc/neutron/rootwrap.d/fwaas-privsep.filters
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
firewall_drivers =
iptables_v2 = neutron_fwaas.services.firewall.service_drivers.agents.drivers.linux.iptables_fwaas_v2:IptablesFwaasDriver
@ -77,6 +71,3 @@ domain = neutron_fwaas
domain = neutron_fwaas
output_dir = neutron_fwaas/locale
input_file = neutron_fwaas/locale/neutron_fwaas.pot
[wheel]
universal = 1