File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11from __future__ import annotations
22
33import json
4+ from contextlib import contextmanager
45from pathlib import Path
56from typing import Literal
67from unittest import mock
7- from contextlib import contextmanager
88
99import matplotlib
1010import numpy as np
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ url = https://github.com/ianhi/mpl-playback
77author = Ian Hunt-Isaak
8899license = BSD-3-Clause
10- license_file = LICENSE/LICENSE
10+ license_files = LICENSE/LICENSE
1111classifiers =
1212 Framework :: Matplotlib
1313 Intended Audience :: Developers
@@ -17,8 +17,6 @@ classifiers =
1717 Programming Language :: Python
1818 Programming Language :: Python :: 3
1919 Programming Language :: Python :: 3 :: Only
20- Programming Language :: Python :: 3.8
21- Programming Language :: Python :: 3.9
2220download_url = https://github.com/ianhi/mpl-playback
2321keywords = matplotlib, gif
2422project_urls =
@@ -35,9 +33,9 @@ python_requires = >=3.8
3533docs =
3634 Sphinx>=1.5
3735 furo
38- myst_nb
36+ myst-nb
3937 sphinx-copybutton
40- sphinx_gallery
38+ sphinx-gallery
4139
4240[options.package_data]
4341* = *.pyi, py.typed
You can’t perform that action at this time.
0 commit comments