From 0821460ca2972a6918e49d0b9f170ce5ee31bcaa Mon Sep 17 00:00:00 2001 From: Xinrui Chen Date: Tue, 29 Jul 2025 17:47:23 +0800 Subject: [PATCH] [Build] Prevent the generation of non-standard metadata fields while building --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 652285fa3..7b5797a5a 100644 --- a/setup.py +++ b/setup.py @@ -182,5 +182,6 @@ if __name__ == '__main__': 'Topic :: Software Development :: Libraries :: Python Modules', ], license='Apache 2.0', + license_files=(), keywords='mindformers', ) -- Gitee