From e9b3a3e7b962e47f26bb632b05ea7b4473d2c07c Mon Sep 17 00:00:00 2001 From: KOLANICH Date: Mon, 22 Jul 2019 20:03:41 +0000 Subject: [PATCH] Added setup_requires --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index ffc6420..acad336 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,6 +17,7 @@ classifiers = [options] packages = find: +setup_requires = setuptools>=30.3.0; setuptools_scm install_requires = chardet>=3.0.4 click>=6.7