From bc5f151dfa8391fe185f628d82623cd693e96cb5 Mon Sep 17 00:00:00 2001 From: Zhongjie Duan <35051019+Artiprocher@users.noreply.github.com> Date: Mon, 29 Jul 2024 20:22:01 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e776fc..80c05e8 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ include_package_data=True, classifiers=[ "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache-2.0 License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ], package_data={"diffsynth": ["tokenizer_configs/**/**/*.*"]},