From 825b76da2d51e30cc0fc79443dd60be4b0555c13 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 30 Aug 2017 15:03:32 +0200 Subject: [PATCH 1/1] Added description to setup.py Change-Id: Id5440b60b6dcea6e36e5275742dab703a900e049 Signed-off-by: garciadeblas --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 84a8b05..6cfe17b 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,8 @@ from setuptools import setup, find_packages setup( name='osm_im', + description='OSM Information Model', + long_description = open('README.rst').read(), version_command=('git describe --tags --long --dirty', 'pep440-git'), author='Mike Marchetti', author_email='mmarchetti@sandvine.com', -- 2.17.1