Added description to setup.py

Change-Id: Id5440b60b6dcea6e36e5275742dab703a900e049
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/setup.py b/setup.py
index 84a8b05..6cfe17b 100644
--- a/setup.py
+++ b/setup.py
@@ -2,6 +2,8 @@
 
 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',