File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,22 @@ authors = [
1111 {
name =
" DataCebo" ,
email =
" [email protected] " }
1212]
1313requires-python = " >=3.13"
14+ license = " MIT"
15+ license-files = [" LICENSE" ]
16+ classifiers = [
17+ ' Development Status :: 5 - Production/Stable' ,
18+ ' Intended Audience :: Developers' ,
19+ ' License :: OSI Approved :: MIT License' ,
20+ ' Natural Language :: English' ,
21+ ' Programming Language :: Python :: 3' ,
22+ ' Programming Language :: Python :: 3.8' ,
23+ ' Programming Language :: Python :: 3.9' ,
24+ ' Programming Language :: Python :: 3.10' ,
25+ ' Programming Language :: Python :: 3.11' ,
26+ ' Programming Language :: Python :: 3.12' ,
27+ ' Programming Language :: Python :: 3.13' ,
28+ " Topic :: Scientific/Engineering :: Artificial Intelligence" ,
29+ ]
1430dependencies = [
1531 " pandas>=2.2.3" ,
1632 " tqdm" ,
You can’t perform that action at this time.
0 commit comments