From: garciadeblas Date: Wed, 12 Jun 2019 14:55:14 +0000 (+0200) Subject: Added description to package X-Git-Tag: v7.0.0rc1~15^2 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=commitdiff_plain;h=28d7516c6d339990617d1e8e26007a443b5c7c5c;hp=-c Added description to package Change-Id: I9d1652652cec61390a5988ee265d01f520c1c099 Signed-off-by: garciadeblas --- 28d7516c6d339990617d1e8e26007a443b5c7c5c 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={