ports/graphics/py-mpl-interactions/files/patch-setup.cfg
2022-05-24 19:24:45 +03:00

13 lines
243 B
INI

--- setup.cfg.orig 2022-04-18 18:59:27 UTC
+++ setup.cfg
@@ -38,6 +38,10 @@ install_requires =
matplotlib >= 3.4
packages = find:
+[options.packages.find]
+exclude =
+ tests*
+
[options.extras_require]
jupyter =
ipywidgets >= 7.5.0