Merge pull request #4 from mrkz/master

Add PKG-INFO file
This commit is contained in:
Obed N Munoz
2016-01-18 14:13:29 -06:00
2 changed files with 19 additions and 4 deletions
+16
View File
@@ -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
+3 -4
View File
@@ -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