diff --git a/setup.py b/setup.py index 5e2097b1..a6dfecf5 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,6 @@ #!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. +# Copyright (c) 2015 Lenovo # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -18,6 +19,7 @@ import setuptools setuptools.setup( + license='Apache License, Version 2.0', scripts=['bin/pyghmicons', 'bin/pyghmiutil', 'bin/virshbmc'], setup_requires=['pbr'], pbr=True)