1
1
[project ]
2
- name = ' tokenizers'
3
- requires-python = ' >=3.9'
2
+ name = " tokenizers"
3
+ requires-python = " >=3.9"
4
4
authors = [
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] " },
7
7
]
8
8
classifiers = [
9
9
" Development Status :: 5 - Production/Stable" ,
@@ -13,20 +13,21 @@ classifiers = [
13
13
" License :: OSI Approved :: Apache Software License" ,
14
14
" Operating System :: OS Independent" ,
15
15
" Programming Language :: Python :: 3" ,
16
- " Programming Language :: Python :: 3.7" ,
17
- " Programming Language :: Python :: 3.8" ,
18
16
" Programming Language :: Python :: 3.9" ,
19
17
" Programming Language :: Python :: 3.10" ,
20
18
" Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3.12" ,
20
+ " Programming Language :: Python :: 3.13" ,
21
+ " Programming Language :: Python :: 3 :: Only" ,
21
22
" Topic :: Scientific/Engineering :: Artificial Intelligence" ,
22
23
]
23
24
keywords = [" NLP" , " tokenizer" , " BPE" , " transformer" , " deep learning" ]
24
- dynamic = [' description' , ' license' , ' readme' , ' version' ]
25
+ dynamic = [" description" , " license" , " readme" , " version" ]
25
26
dependencies = [" huggingface_hub>=0.16.4,<1.0" ]
26
27
27
28
[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"
30
31
31
32
32
33
[project .optional-dependencies ]
@@ -42,12 +43,12 @@ build-backend = "maturin"
42
43
[tool .maturin ]
43
44
python-source = " py_src"
44
45
module-name = " tokenizers.tokenizers"
45
- bindings = ' pyo3'
46
+ bindings = " pyo3"
46
47
features = [" pyo3/extension-module" ]
47
48
48
49
[tool .black ]
49
50
line-length = 119
50
- target-version = [' py35' ]
51
+ target-version = [" py35" ]
51
52
52
53
[tool .ruff ]
53
54
line-length = 119
0 commit comments