diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 00:14:47 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-04 00:14:47 +0300 |
commit | c9a4143957778aa3e5dfbdcf41ac0e3900f815a2 (patch) | |
tree | 03a6242d1feb2ffdec10ab7590f081ec302d990e /setup.cfg | |
parent | clean up requirements.txt, lmao (diff) | |
download | vk-scripts-c9a4143957778aa3e5dfbdcf41ac0e3900f815a2.tar.gz vk-scripts-c9a4143957778aa3e5dfbdcf41ac0e3900f815a2.zip |
setup.cfg: add install_requiresv0.1
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ classifiers = [options] packages = find: python_requires = >=3.4 +install_requires = + matplotlib [options.entry_points] console_scripts = |