Clean up of unused Yang files on behalf of TSC
[osm/IM.git] / setup.py
index 84a8b05..b08ea17 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,9 @@ from setuptools import setup, find_packages
 
 setup(
     name='osm_im',
-    version_command=('git describe --tags --long --dirty', 'pep440-git'),
+    description='OSM Information Model',
+    long_description = open('README.rst').read(),
+    version_command=('git describe --tags --long --dirty --match v*', 'pep440-git-full'),
     author='Mike Marchetti',
     author_email='mmarchetti@sandvine.com',
     packages=find_packages(),