Support of versioning in deb packages; addressing also comments to change 1593
[osm/RO.git] / setup.py
index fb38970..5f1382d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from os import system
 #import glob
 
 _name = 'osm_ro'
-_version = open('RO_VERSION').read()
+_version = open('RO_VERSION').read().strip()
 _description = 'OSM Resource Orchestrator'
 _author = 'ETSI OSM'
 _author_email = 'alfonso.tiernosepulveda@telefonica.com'