summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthikeyan Singaravelan <tir.karthi@gmail.com>2021-09-30 12:09:54 +0000
committerKarthikeyan Singaravelan <tir.karthi@gmail.com>2021-09-30 12:09:54 +0000
commita7f55e2a551655399199d3b1295b5020d233430e (patch)
tree9f7a71c2320ba8519f6e9031321e464133c9a3e6
parent4f4012c0693754f4afdce24788a69a9ec32c912f (diff)
downloadjsonschema-a7f55e2a551655399199d3b1295b5020d233430e.tar.gz
Move python_requires to options for correct METADATA generation.
-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'