Skip to content

Commit 661ce4b

Browse files
authored
Update pyproject.toml
1 parent 2b97df8 commit 661ce4b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

pyproject.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,22 @@ authors = [
1111
{ name = "DataCebo", email = "[email protected]" }
1212
]
1313
requires-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+
]
1430
dependencies = [
1531
"pandas>=2.2.3",
1632
"tqdm",

0 commit comments

Comments
 (0)