Skip to content

Commit cd606ab

Browse files
authored
fix: remove custom classifier for MPL (#62)
1 parent 2fa39b9 commit cd606ab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ classifiers = [
3030
"Programming Language :: Python :: 3.10",
3131
"Programming Language :: Python :: 3.11",
3232
"Programming Language :: Python :: 3.12",
33-
"Framework :: Matplotlib :: 3.9",
34-
# "Framework :: Matplotlib :: 3.10" # add when basemap is updated
33+
"Framework :: Matplotlib",
3534
]
3635
dependencies= [
3736
"numpy>=1.26.0",

0 commit comments

Comments
 (0)