summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2021-09-30 08:12:02 -0400
committerGitHub <noreply@github.com>2021-09-30 08:12:02 -0400
commite61dcbcb2a156b8d517c4ee7ea08c8e9e2acfb35 (patch)
tree9f7a71c2320ba8519f6e9031321e464133c9a3e6
parent4f4012c0693754f4afdce24788a69a9ec32c912f (diff)
parenta7f55e2a551655399199d3b1295b5020d233430e (diff)
downloadjsonschema-e61dcbcb2a156b8d517c4ee7ea08c8e9e2acfb35.tar.gz
Merge pull request #846 from tirkarthi/fix-python-requiresv4.0.1
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'