Skip to content

Commit a912ca2

Browse files
authored
Update pyproject.toml
1 parent 8ae071f commit a912ca2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ 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+
'Natural Language :: English',
20+
'Programming Language :: Python :: 3',
21+
'Programming Language :: Python :: 3.13',
22+
"Topic :: Scientific/Engineering",
23+
]
1424
dependencies = [
1525
"pandas >= 2.2.3",
1626
"tqdm",

0 commit comments

Comments
 (0)