Added son-examples and son-cli to the VM (just to have them there for
[osm/vim-emu.git] / setup.py
index fbd8650..8770532 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ partner consortium (www.sonata-nfv.eu).
 from setuptools import setup, find_packages
 
 setup(name='emuvim',
-      version='0.0.1',
+      version='0.9',
       license='Apache 2.0',
       description='emuvim is a VIM for the SONATA platform',
       url='http://github.com/sonata-emu',
@@ -44,7 +44,7 @@ setup(name='emuvim',
           'networkx',
           'six>=1.9',
           'ryu',
-          'ryu',
+          'oslo.config',
           'pytest',
           'Flask',
           'flask_restful',