diff --git a/PKG-INFO b/PKG-INFO new file mode 100644 index 0000000..21d2708 --- /dev/null +++ b/PKG-INFO @@ -0,0 +1,16 @@ +Metadata-Version: 1.1 +Name: python-lkvm +Version: 0.5 +Summary: Library for lkvm +Home-page: https://github.com/clearlinux/python-lkvm +Author: Obed N Munoz +Author-email: obed.n.munoz@intel.com +License: Apache-2.0 +Description: python-lkvm is a python wrapper for lkvm command +Platform: Unix +Classifier: Intended Audience :: Information Technology +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Operating System :: POSIX :: Linux +Classifier: Programming Language :: Python :: 2 +Classifier: Programming Language :: Python :: 2.7 diff --git a/requirements.txt b/requirements.txt index 2fb902e..e60ec41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -pbr>=1.8 -psutil==3.3.0 -six==1.10.0 -wheel==0.24.0 +pbr>=1.6 +psutil>=1.1.1 +six>=1.9.0