We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae071f commit a912ca2Copy full SHA for a912ca2
pyproject.toml
@@ -11,6 +11,16 @@ authors = [
11
{ name = "DataCebo", email = "[email protected]" }
12
]
13
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
+]
24
dependencies = [
25
"pandas >= 2.2.3",
26
"tqdm",
0 commit comments