wedme-plots 2.0__tar.gz → 2.0.1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {wedme-plots-2.0/src/wedme_plots.egg-info → wedme-plots-2.0.1}/PKG-INFO +2 -1
- {wedme-plots-2.0 → wedme-plots-2.0.1}/pyproject.toml +2 -2
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/styledefs.py +1 -1
- {wedme-plots-2.0 → wedme-plots-2.0.1/src/wedme_plots.egg-info}/PKG-INFO +2 -1
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme_plots.egg-info/requires.txt +1 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/LICENSE +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/MANIFEST.in +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/README.md +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/setup.cfg +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/__init__.py +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/a0.mplstyle +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/common.mplstyle +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/const.py +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/elspaper.mplstyle +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/slides.mplstyle +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme/util.py +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme_plots.egg-info/SOURCES.txt +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme_plots.egg-info/dependency_links.txt +0 -0
- {wedme-plots-2.0 → wedme-plots-2.0.1}/src/wedme_plots.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wedme-plots
|
3
|
-
Version: 2.0
|
3
|
+
Version: 2.0.1
|
4
4
|
Summary: We Don't Make Embarrassing Plots. Matplotlib styles for papers, posters and presentations.
|
5
5
|
Author-email: Martijn Ruijzendaal <martijn.ruijzendaal@gmail.com>
|
6
6
|
License: MIT License
|
@@ -35,6 +35,7 @@ Requires-Python: >=3.7
|
|
35
35
|
Description-Content-Type: text/markdown
|
36
36
|
License-File: LICENSE
|
37
37
|
Requires-Dist: matplotlib
|
38
|
+
Requires-Dist: importlib_resources
|
38
39
|
Provides-Extra: build
|
39
40
|
Requires-Dist: build; extra == "build"
|
40
41
|
Requires-Dist: twine; extra == "build"
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "wedme-plots"
|
7
|
-
version = "2.0"
|
7
|
+
version = "2.0.1"
|
8
8
|
description = "We Don't Make Embarrassing Plots. Matplotlib styles for papers, posters and presentations."
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [{ name = "Martijn Ruijzendaal", email = "martijn.ruijzendaal@gmail.com" }]
|
@@ -15,7 +15,7 @@ classifiers = [
|
|
15
15
|
"Programming Language :: Python :: 3",
|
16
16
|
]
|
17
17
|
keywords = ["matplotlib"]
|
18
|
-
dependencies = ["matplotlib"]
|
18
|
+
dependencies = ["matplotlib", "importlib_resources"]
|
19
19
|
requires-python = ">=3.7"
|
20
20
|
|
21
21
|
[project.optional-dependencies]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: wedme-plots
|
3
|
-
Version: 2.0
|
3
|
+
Version: 2.0.1
|
4
4
|
Summary: We Don't Make Embarrassing Plots. Matplotlib styles for papers, posters and presentations.
|
5
5
|
Author-email: Martijn Ruijzendaal <martijn.ruijzendaal@gmail.com>
|
6
6
|
License: MIT License
|
@@ -35,6 +35,7 @@ Requires-Python: >=3.7
|
|
35
35
|
Description-Content-Type: text/markdown
|
36
36
|
License-File: LICENSE
|
37
37
|
Requires-Dist: matplotlib
|
38
|
+
Requires-Dist: importlib_resources
|
38
39
|
Provides-Extra: build
|
39
40
|
Requires-Dist: build; extra == "build"
|
40
41
|
Requires-Dist: twine; extra == "build"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|