X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=setup.py;h=6c8d361602cb1eb64be3edbb491622e5313622aa;hp=1eb3f69baad4772608a389664185c11e9bac6eec;hb=refs%2Fchanges%2F45%2F8745%2F2;hpb=9ae4d929c2b739d146e3e27388dc4825ca046e50;ds=inline diff --git a/setup.py b/setup.py index 1eb3f69..6c8d361 100644 --- a/setup.py +++ b/setup.py @@ -14,6 +14,8 @@ from setuptools import setup, find_packages +_description = 'OSM library implementing common interface towards VCA module' + setup( name='N2VC', version_command=('git describe --match v* --tags --long --dirty', @@ -28,7 +30,7 @@ setup( include_package_data=True, maintainer='Adam Israel', maintainer_email='adam.israel@canonical.com', - description=(''), + description=_description, url='', license='Apache 2', entry_points={