summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 81c4aa5..beb618a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,10 +20,10 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
-python_requires = ">=3.7"
[options]
packages = find:
+python_requires = >=3.7
install_requires =
attrs>=17.4.0
importlib_metadata;python_version<'3.8'