Added new functionaliyty to obtain services data
[osm/N2VC.git] / setup.py
index 1eb3f69..96593ba 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,8 @@
 
 from setuptools import setup, find_packages
 
 
 from setuptools import setup, find_packages
 
+_description = 'OSM library implementing common interface towards VCA module'
+
 setup(
     name='N2VC',
     version_command=('git describe --match v* --tags --long --dirty',
 setup(
     name='N2VC',
     version_command=('git describe --match v* --tags --long --dirty',
@@ -21,14 +23,14 @@ setup(
     packages=find_packages(
         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
     install_requires=[
     packages=find_packages(
         exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
     install_requires=[
-        'juju',
+        'juju==2.8.1',
         'paramiko',
         'pyasn1>=0.4.4',
     ],
     include_package_data=True,
     maintainer='Adam Israel',
     maintainer_email='adam.israel@canonical.com',
         'paramiko',
         'pyasn1>=0.4.4',
     ],
     include_package_data=True,
     maintainer='Adam Israel',
     maintainer_email='adam.israel@canonical.com',
-    description=(''),
+    description=_description,
     url='',
     license='Apache 2',
     entry_points={
     url='',
     license='Apache 2',
     entry_points={