Remove cruft from setup.cfg

packages is recursive, so there is no need to list subpackages
versions are set by tags, so the version in the file is not needed
non-d2to1-based pbr does not need the hook specification

Change-Id: Id5e6c19dfe81c630862e9b87b7f9e5f67a965945
This commit is contained in:
Monty Taylor 2013-09-30 11:07:58 -04:00
parent 2aa1dc6ca3
commit a1b57a5452
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +1,5 @@
[metadata]
name = oslo.messaging
version = 1.2.0
author = OpenStack
author-email = openstack-dev@lists.openstack.org
summary = Oslo Messaging API
@ -21,14 +20,9 @@ classifier =
[files]
packages =
oslo
oslo.messaging
namespace_packages =
oslo
[global]
setup-hooks =
pbr.hooks.setup_hook
[entry_points]
console_scripts =
oslo-messaging-zmq-receiver = oslo.messaging._cmd.zmq_receiver:main