diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-12-27 04:16:59 -0500 |
---|---|---|
committer | Jonathan Huot <JonathanHuot@users.noreply.github.com> | 2018-12-27 10:16:59 +0100 |
commit | 729fb9fa17efb8a38bd50f5e180802d6034c351b (patch) | |
tree | fea56ad2127809750cebc9b20f5952680bd70d6b /docs/conf.py | |
parent | d8fe024751fad2b0fdb989f175f2b64d81f8880a (diff) | |
download | oauthlib-729fb9fa17efb8a38bd50f5e180802d6034c351b.tar.gz |
Pass python_requires argument to setuptools (#636)
Helps pip decide what version of the library to install.
https://packaging.python.org/guides/distributing-packages-using-setuptools/#python-requires
> If your project only runs on certain Python versions, setting the
> python_requires argument to the appropriate PEP 440 version specifier
> string will prevent pip from installing the project on other Python
> versions.
https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
> python_requires
>
> A string corresponding to a version specifier (as defined in PEP 440)
> for the Python version, used to specify the Requires-Python defined in
> PEP 345.
Diffstat (limited to 'docs/conf.py')
0 files changed, 0 insertions, 0 deletions