From d31246b49ebacccfec4eba3c65e17d723eee0f80 Mon Sep 17 00:00:00 2001 From: Shawn Esterman Date: Fri, 28 Apr 2023 15:20:42 -0500 Subject: [PATCH] added licenses to build script --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index cc3620c..f9405dc 100644 --- a/setup.py +++ b/setup.py @@ -18,6 +18,8 @@ 'urllib3>=1.26.7', 'requests>=2.23.0' ], + license_files = ('LICENSE',), + classifiers=['License :: OSI Approved :: Apache Software License'], url='https://github.com/dell/python-powerstore', packages=['PyPowerStore', 'PyPowerStore.utils'], )