From f3f4c44959a9dfff48c4c3f3480bb05b10e629e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Em=C3=ADdio=20S=2ES?= Date: Mon, 8 May 2023 14:16:05 -0300 Subject: [PATCH] Build: Update license in setup (#3484) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b032bcf36..d9bcd4ddb 100755 --- a/setup.py +++ b/setup.py @@ -298,7 +298,7 @@ setup(name='deepspeed', 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10' ], - license='MIT', + license='Apache Software License 2.0', ext_modules=ext_modules, cmdclass=cmdclass)