Fixed issue with package name

Package name should be same as repository name (it is important for CI)

Change-Id: I7ee8dfedb3487b16f111b35d1b8cc1a7d4dbfedf
This commit is contained in:
Serg Melikyan 2013-09-09 10:44:04 +04:00
parent 6d6c29f7b5
commit 188615d3eb
3 changed files with 2 additions and 3 deletions

View File

@ -17,4 +17,4 @@ from message import Message
from subscription import Subscription
from mqclient import MqClient
__all__ = ['Message', 'Subscription', 'MqClient']
__all__ = ['Message', 'Subscription', 'MqClient']

View File

@ -32,7 +32,6 @@ class Message(object):
self.body = None
log.exception(e)
@property
def body(self):
return self._body

View File

@ -1,5 +1,5 @@
[metadata]
name = muranocommon
name = murano-common
summary = Shared library for Murano
description-file =
README.rst