From c9a4143957778aa3e5dfbdcf41ac0e3900f815a2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 00:14:47 +0300 Subject: setup.cfg: add install_requires --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 9f5bf6a..ebc5280 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,8 @@ classifiers = [options] packages = find: python_requires = >=3.4 +install_requires = + matplotlib [options.entry_points] console_scripts = -- cgit v1.2.3