aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-mpl-interactions/files/patch-setup.cfg
blob: d66f9e9b06fa328b3d5c528015d960318e48b26a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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