From c8c046a0491ee651ff0c0b9b39f0b319e1084941 Mon Sep 17 00:00:00 2001
From: Ekaterina Fedorova <efedorova@mirantis.com>
Date: Thu, 31 Oct 2013 17:26:06 +0400
Subject: [PATCH] Rename script name

From murano to murano-metadataclent
Add .idea to git ignore and remove from git

Change-Id: Ifd428b86fd08f683f1da317f200cf4011d5c6c78
---
 .gitignore                     | 1 +
 .idea/dictionaries/fervent.xml | 7 -------
 setup.cfg                      | 2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)
 delete mode 100644 .idea/dictionaries/fervent.xml

diff --git a/.gitignore b/.gitignore
index 22900c3..836d7a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,4 @@ nosetests.xml
 .mr.developer.cfg
 .project
 .pydevproject
+.idea
diff --git a/.idea/dictionaries/fervent.xml b/.idea/dictionaries/fervent.xml
deleted file mode 100644
index b069c2d..0000000
--- a/.idea/dictionaries/fervent.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<component name="ProjectDictionaryState">
-  <dictionary name="fervent">
-    <words>
-      <w>metadataclient</w>
-    </words>
-  </dictionary>
-</component>
\ No newline at end of file
diff --git a/setup.cfg b/setup.cfg
index 8a91533..290fd0a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -23,7 +23,7 @@ packages =
 
 [entry_points]
 console_scripts =
-    murano = metadataclient.shell:main
+    murano-metadataclient = metadataclient.shell:main
 
 [global]
 setup-hooks =