From 11d726829ed2a4d7b2d417380ed13b77ce1f55d0 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Sun, 6 Oct 2024 17:36:44 +0200 Subject: [PATCH] trim setup.cfg more --- setup.cfg | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index 55d0132..c39bf49 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,16 +29,14 @@ classifiers = [options] packages = asttokens -install_requires = - typing; python_version < "3.5" setup_requires = setuptools>=44; setuptools_scm[toml]>=3.4.3 python_requires = >=3.8 [options.extras_require] astroid = - astroid >=2, <4; python_version >= "3" + astroid >=2, <4 test = - astroid >=2, <4; python_version >= "3" + astroid >=2, <4 pytest pytest-cov pytest-xdist