From 28d7516c6d339990617d1e8e26007a443b5c7c5c Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 12 Jun 2019 16:55:14 +0200 Subject: [PATCH] Added description to package Change-Id: I9d1652652cec61390a5988ee265d01f520c1c099 Signed-off-by: garciadeblas --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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={ -- 2.17.1