diff options
Diffstat (limited to 'src/python')
| -rw-r--r-- | src/python/setup.py | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/python/setup.py b/src/python/setup.py index 110109b..f65c340 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -6,11 +6,14 @@ setup( author_email='miminar@redhat.com', url='https://fedorahosted.org/openlmi/', version='0.2.0', + license='LGPLv2+', namespace_packages = ['lmi'], packages = ['lmi', 'lmi.base', 'lmi.providers'], + install_requires=['pywbem'], classifiers=[ - 'license :: osi approved :: gnu lesser general public license v2 or later (lgplv2+)', - 'operating system :: posix :: linux', - 'topic :: system :: systems administration', + 'License :: OSI Approved :: GNU Lesser General Public License' + ' v2 or later (LGPLv2+)', + 'Operating System :: POSIX :: Linux', + 'Topic :: System :: Systems Administration', ] ) |
