diff options
Diffstat (limited to 'src/python/setup.py')
-rw-r--r-- | src/python/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/python/setup.py b/src/python/setup.py index 8e72bfe..9d4ef7c 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -5,9 +5,9 @@ setup( author='Michal Minar', author_email='miminar@redhat.com', url='https://fedorahosted.org/openlmi/', - version='0.1', + version='0.2', namespace_packages = ['openlmi'], - packages = ['openlmi'], + packages = ['openlmi', 'openlmi.common'], classifiers=[ 'license :: osi approved :: gnu lesser general public license v2 or later (lgplv2+)', 'operating system :: posix :: linux', |