From: israelad Date: Fri, 22 Nov 2019 17:03:32 +0000 (+0100) Subject: Merge "Added description to package" X-Git-Tag: v7.0.0rc1~15 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=2d413435b8530cf7b2c8e49cf8cf157679e72432;hp=9ae4d929c2b739d146e3e27388dc4825ca046e50 Merge "Added description to package" --- 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={