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.
@@ -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,4 +1,4 @@
1
- from importlib import resources as _resources
1
+ import importlib_resources as _resources
2
2
  import matplotlib.pyplot as _plt
3
3
  import matplotlib as _mpl
4
4
  from wedme.const import *
@@ -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"
@@ -1,4 +1,5 @@
1
1
  matplotlib
2
+ importlib_resources
2
3
 
3
4
  [build]
4
5
  build
File without changes
File without changes
File without changes
File without changes
File without changes