summaryrefslogtreecommitdiffstats
path: root/src/software/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/setup.py')
-rw-r--r--src/software/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/software/setup.py b/src/software/setup.py
index 6986470..3c39f3d 100644
--- a/src/software/setup.py
+++ b/src/software/setup.py
@@ -9,7 +9,7 @@ setup(
package=['openlmi'],
package_dir={'openlmi.software': 'providers'},
packages=['openlmi.software', 'openlmi.software.util'],
- install_requires=['openlmi']
+ install_requires=['openlmi'],
classifiers=[
'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
'Operating System :: POSIX :: Linux',