from setuptools import setup setup( name='openlmi', description='OpenLMI python providers', author='Michal Minar', author_email='miminar@redhat.com', url='https://fedorahosted.org/openlmi/', version='0.1', namespace_packages = ['openlmi'], packages = ['openlmi'], classifiers=[ 'license :: osi approved :: gnu general public license v2 or later (gplv2+)', 'operating system :: posix :: linux', 'topic :: system :: systems administration', ] )