2
2
name = " dom-tokenizers"
3
3
version = " 0.0.1"
4
4
authors = [{ name = " Gary Benson" }]
5
- description = " HTML DOM-aware tokenizers for Hugging Face language models"
5
+ description = " DOM-aware tokenizers for Hugging Face language models"
6
6
readme = " README.md"
7
- license = { file = " LICENSE " }
7
+ license = { text = " Apache Software License (Apache-2.0) " }
8
8
requires-python = " >=3.10" # match..case
9
9
classifiers = [
10
- " Programming Language :: Python :: 3" ,
10
+ " Development Status :: 4 - Beta" ,
11
+ " Intended Audience :: Developers" ,
12
+ " Intended Audience :: Education" ,
13
+ " Intended Audience :: Science/Research" ,
11
14
" License :: OSI Approved :: Apache Software License" ,
12
15
" Operating System :: OS Independent" ,
13
- " Development Status :: 4 - Beta" ,
16
+ " Programming Language :: Python :: 3" ,
17
+ " Programming Language :: Python :: 3.10" ,
18
+ " Programming Language :: Python :: 3.11" ,
19
+ " Programming Language :: Python :: 3.12" ,
14
20
" Topic :: Internet :: WWW/HTTP" ,
15
21
" Topic :: Software Development :: Libraries" ,
16
22
" Topic :: Scientific/Engineering :: Artificial Intelligence" ,
@@ -25,8 +31,7 @@ dependencies = [
25
31
26
32
[project .urls ]
27
33
Homepage = " https://github.com/gbenson/dom-tokenizers"
28
- Repository = " https://github.com/gbenson/dom-tokenizers"
29
- "Bug Tracker" = " https://github.com/gbenson/dom-tokenizers/issues"
34
+ # Source = "https://github.com/gbenson/dom-tokenizers"
30
35
31
36
[project .optional-dependencies ]
32
37
dev = [
0 commit comments