Skip to content

Commit dda0bab

Browse files
author
Syed Ali Mohsin Bukhari
committed
[main-minor-15]
1. updated `pyproject.toml` Signed-off-by: Syed Ali Mohsin Bukhari <syedali.b@outlook.com>
1 parent 3294904 commit dda0bab

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ dynamic = ["version"]
1414
dependencies = ["numpy<2.1.0", "matplotlib", "scipy", "custom-inherit", "mpyez"]
1515
keywords = ["fitting", "multi-modal", "gaussian", "lognormal", "skew", "curve fitting", "scipy"]
1616
classifiers = [
17-
"Classifier: Development Status :: 5 - Production/Stable",
18-
"Classifier: Intended Audience :: Science/Research",
19-
"Classifier: License :: OSI Approved :: MIT License",
20-
"Classifier: Operating System :: OS Independent",
21-
"Classifier: Programming Language :: Python :: 3.9",
22-
"Classifier: Programming Language :: Python :: 3.10",
23-
"Classifier: Programming Language :: Python :: 3.11",
24-
"Classifier: Topic :: Scientific/Engineering :: Astronomy",
25-
"Classifier: Topic :: Scientific/Engineering :: Mathematics",
26-
"Classifier: Topic :: Scientific/Engineering :: Physics"
17+
"Development Status :: 5 - Production/Stable",
18+
"Intended Audience :: Science/Research",
19+
"License :: OSI Approved :: MIT License",
20+
"Operating System :: OS Independent",
21+
"Programming Language :: Python :: 3.9",
22+
"Programming Language :: Python :: 3.10",
23+
"Programming Language :: Python :: 3.11",
24+
"Topic :: Scientific/Engineering :: Astronomy",
25+
"Topic :: Scientific/Engineering :: Mathematics",
26+
"Topic :: Scientific/Engineering :: Physics"
2727
]
2828

2929
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)