File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,13 @@ classifiers = [
23
23
" Programming Language :: Python :: 3.13" ,
24
24
" Intended Audience :: Developers" ,
25
25
" Intended Audience :: Information Technology" ,
26
- " Intended Audience :: System Administrators" ,
27
26
" License :: OSI Approved :: MIT License" ,
28
- " Operating System :: Unix" ,
29
- " Operating System :: POSIX :: Linux" ,
30
- " Environment :: Console" ,
31
- " Environment :: MacOS X" ,
32
- " Topic :: Software Development :: Libraries :: Python Modules" ,
27
+ " Operating System :: OS Independent" ,
33
28
" Topic :: Internet" ,
29
+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
30
+ " Topic :: Software Development :: Libraries :: Python Modules" ,
34
31
" Framework :: Pydantic" ,
35
32
" Framework :: Pydantic :: 2" ,
36
- " Framework :: Pytest" ,
37
33
]
38
34
requires-python = " >=3.9"
39
35
You can’t perform that action at this time.
0 commit comments