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 1
1
from __future__ import annotations
2
2
3
3
import json
4
+ from contextlib import contextmanager
4
5
from pathlib import Path
5
6
from typing import Literal
6
7
from unittest import mock
7
- from contextlib import contextmanager
8
8
9
9
import matplotlib
10
10
import numpy as np
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ url = https://github.com/ianhi/mpl-playback
7
7
author = Ian Hunt-Isaak
8
8
9
9
license = BSD-3-Clause
10
- license_file = LICENSE/LICENSE
10
+ license_files = LICENSE/LICENSE
11
11
classifiers =
12
12
Framework :: Matplotlib
13
13
Intended Audience :: Developers
@@ -17,8 +17,6 @@ classifiers =
17
17
Programming Language :: Python
18
18
Programming Language :: Python :: 3
19
19
Programming Language :: Python :: 3 :: Only
20
- Programming Language :: Python :: 3.8
21
- Programming Language :: Python :: 3.9
22
20
download_url = https://github.com/ianhi/mpl-playback
23
21
keywords = matplotlib, gif
24
22
project_urls =
@@ -35,9 +33,9 @@ python_requires = >=3.8
35
33
docs =
36
34
Sphinx>=1.5
37
35
furo
38
- myst_nb
36
+ myst-nb
39
37
sphinx-copybutton
40
- sphinx_gallery
38
+ sphinx-gallery
41
39
42
40
[options.package_data]
43
41
* = *.pyi, py.typed
You can’t perform that action at this time.
0 commit comments