diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2021-04-11 22:57:30 -0500 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2021-04-11 22:57:30 -0500 |
| commit | a00574d10d7c3894659cd8c4ca5007dfeb157bda (patch) | |
| tree | bc492fd82df9a61d013241db5f8b759c3ae1c898 /setup.py | |
| parent | bf2cc432261394a2134c0fe889f28085e9679771 (diff) | |
| download | requests-cache-a00574d10d7c3894659cd8c4ca5007dfeb157bda.tar.gz | |
Move python_requires from setup.cfg to setup.py so it gets included in package metadata
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,5 +47,6 @@ setup( url='https://github.com/reclosedev/requests-cache', install_requires=['itsdangerous', 'requests>=2.0.0', 'url-normalize>=1.4'], extras_require=extras_require, + python_requires='>=3.6', include_package_data=True, ) |
