Skip to content

Commit 435403b

Browse files
authored
Merge pull request #147 from mrava87/main
bug: fix classifier in pyproject.toml
2 parents 6befcf4 + 1d6c52f commit 435403b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
"Programming Language :: Python :: 3.8",
2828
"Programming Language :: Python :: 3.9",
2929
"Programming Language :: Python :: 3.10",
30-
"Topic :: Scientific/Engineering : Mathematics",
30+
"Topic :: Scientific/Engineering :: Mathematics",
3131
]
3232
dependencies = [
3333
"numpy >= 1.15.0",

0 commit comments

Comments
 (0)