From f0d6e2208b1621db7767987d6f74feb19fffbf63 Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Wed, 16 Mar 2022 12:05:56 +0800 Subject: [PATCH] [polish] add license meta to setup.py (#427) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d683a432f..1e4b0da1c 100644 --- a/setup.py +++ b/setup.py @@ -201,6 +201,7 @@ setup( description='An integrated large-scale model training system with efficient parallelization techniques', long_description=fetch_readme(), long_description_content_type='text/markdown', + license='Apache Software License 2.0', url='https://www.colossalai.org', project_urls={ 'Forum': 'https://github.com/hpcaitech/ColossalAI/discussions',