mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
13 lines
243 B
INI
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
|