11[project ]
2- name = ' tokenizers'
3- requires-python = ' >=3.9'
2+ name = " tokenizers"
3+ requires-python = " >=3.9"
44authors = [
5- {
name =
' Nicolas Patry' ,
email =
' [email protected] ' },
6- {
name =
' Anthony Moi' ,
email =
' [email protected] ' },
5+ {
name =
" Nicolas Patry" ,
email =
" [email protected] " },
6+ {
name =
" Anthony Moi" ,
email =
" [email protected] " },
77]
88classifiers = [
99 " Development Status :: 5 - Production/Stable" ,
@@ -13,20 +13,21 @@ classifiers = [
1313 " License :: OSI Approved :: Apache Software License" ,
1414 " Operating System :: OS Independent" ,
1515 " Programming Language :: Python :: 3" ,
16- " Programming Language :: Python :: 3.7" ,
17- " Programming Language :: Python :: 3.8" ,
1816 " Programming Language :: Python :: 3.9" ,
1917 " Programming Language :: Python :: 3.10" ,
2018 " Programming Language :: Python :: 3.11" ,
19+ " Programming Language :: Python :: 3.12" ,
20+ " Programming Language :: Python :: 3.13" ,
21+ " Programming Language :: Python :: 3 :: Only" ,
2122 " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
2223]
2324keywords = [" NLP" , " tokenizer" , " BPE" , " transformer" , " deep learning" ]
24- dynamic = [' description' , ' license' , ' readme' , ' version' ]
25+ dynamic = [" description" , " license" , " readme" , " version" ]
2526dependencies = [" huggingface_hub>=0.16.4,<1.0" ]
2627
2728[project .urls ]
28- Homepage = ' https://github.com/huggingface/tokenizers'
29- Source = ' https://github.com/huggingface/tokenizers'
29+ Homepage = " https://github.com/huggingface/tokenizers"
30+ Source = " https://github.com/huggingface/tokenizers"
3031
3132
3233[project .optional-dependencies ]
@@ -42,12 +43,12 @@ build-backend = "maturin"
4243[tool .maturin ]
4344python-source = " py_src"
4445module-name = " tokenizers.tokenizers"
45- bindings = ' pyo3'
46+ bindings = " pyo3"
4647features = [" pyo3/extension-module" ]
4748
4849[tool .black ]
4950line-length = 119
50- target-version = [' py35' ]
51+ target-version = [" py35" ]
5152
5253[tool .ruff ]
5354line-length = 119
0 commit comments