Adding artifactory server to properties and ci_pipeline params
[osm/IM.git] / setup.py
index 84a8b05..ce3d5d6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -2,13 +2,15 @@ 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',
     packages=find_packages(),
     include_package_data=True,
     install_requires=[
-        'pyangbind'
+        #'pyangbind'
     ],
     setup_requires=['setuptools-version-command'],
     test_suite='nose.collector',