X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=blobdiff_plain;f=setup.py;h=6cfe17b738863b24ce447f023c4542b1cd6973da;hp=84a8b0595d3e509fddf7944e0515bd4c8886efcd;hb=de2939d1a45718ebd66ab704f09175ea0be4eac5;hpb=94b645e0104e813616289a24c2f53b32c6931b0c 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',