Rename script name

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

Change-Id: Ifd428b86fd08f683f1da317f200cf4011d5c6c78
This commit is contained in:
Ekaterina Fedorova 2013-10-31 17:26:06 +04:00
parent d65dfd2828
commit c8c046a049
3 changed files with 2 additions and 8 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
.idea

View File

@ -1,7 +0,0 @@
<component name="ProjectDictionaryState">
<dictionary name="fervent">
<words>
<w>metadataclient</w>
</words>
</dictionary>
</component>

View File

@ -23,7 +23,7 @@ packages =
[entry_points]
console_scripts =
murano = metadataclient.shell:main
murano-metadataclient = metadataclient.shell:main
[global]
setup-hooks =