X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=setup_lite.py;h=9d2b2ef163ce865f79b5f6a6ec6b6e09efed8751;hb=refs%2Fchanges%2F83%2F1783%2F4;hp=cf3801436d7874216c6e4bc2a0d4e1d52b831d5d;hpb=9f6571090b203922cabb0382226be0fa48d6e046;p=osm%2Fopenvim.git diff --git a/setup_lite.py b/setup_lite.py index cf38014..9d2b2ef 100755 --- a/setup_lite.py +++ b/setup_lite.py @@ -3,7 +3,7 @@ from setuptools import setup __name = 'lib_osm_openvim' -__version = '1.0.0' +__version = open('OVIM_VERSION').read().strip() __description = 'OSM Openvim library' __author = 'ETSI OSM' __author_email = 'alfonso.tiernosepulveda@telefonica.com' @@ -38,7 +38,7 @@ _req = [ "paramiko", ] -__scripts__ = ['openflow'] +__scripts__ = ['openflow-lib'] setup(name=__name, version=__version,