From ba3bbf0e04132e04dd20195ca2f5b7500d063475 Mon Sep 17 00:00:00 2001 From: vigo999 Date: Mon, 26 Jun 2023 11:18:11 +0800 Subject: [PATCH] modify typo of setup file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e82066..72a625c 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ "sentencepiece", ], classifiers=[ - "Development Status :: 3 - Alpha" + "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3",