From efd6d12fc92fbb7da66e242c7d258cc592641826 Mon Sep 17 00:00:00 2001 From: Gautier Dagan Date: Fri, 15 Dec 2023 14:31:45 +0000 Subject: [PATCH] add license to toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a18e861..c885aaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "License :: OSI Approved :: MIT License", ] dynamic = ["version"] description = "Fast bare-bones BPE for modern tokenizer training"