diff --git a/muranocommon/messaging/__init__.py b/muranocommon/messaging/__init__.py index fcb15f4..2f85c16 100644 --- a/muranocommon/messaging/__init__.py +++ b/muranocommon/messaging/__init__.py @@ -17,4 +17,4 @@ from message import Message from subscription import Subscription from mqclient import MqClient -__all__ = ['Message', 'Subscription', 'MqClient'] \ No newline at end of file +__all__ = ['Message', 'Subscription', 'MqClient'] diff --git a/muranocommon/messaging/message.py b/muranocommon/messaging/message.py index 519d000..67dc8a7 100644 --- a/muranocommon/messaging/message.py +++ b/muranocommon/messaging/message.py @@ -32,7 +32,6 @@ class Message(object): self.body = None log.exception(e) - @property def body(self): return self._body diff --git a/setup.cfg b/setup.cfg index 59a6575..7050d7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = muranocommon +name = murano-common summary = Shared library for Murano description-file = README.rst