django-rest-framework/docs
Jon Dufresne b2ec681d8d Pass python_requires argument to setuptools (#5739)
Helps pip decide what version of the library to install.

https://packaging.python.org/tutorials/distributing-packages/#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.
2018-01-11 08:51:34 +01:00
..
api-guide Perfer iter(dict) over iter(dict.keys()) (#5736) 2018-01-08 09:49:46 +00:00
img Add drf-yasg to documentation and schema 3rd party packages (#5720) 2018-01-02 14:51:54 +01:00
topics Pass python_requires argument to setuptools (#5739) 2018-01-11 08:51:34 +01:00
tutorial Fixed "typo" in example. 2017-12-28 02:01:01 -08:00
CNAME Include CNAME file 2014-11-25 16:01:32 +00:00
index.md Bumped Django 2.0 version in requirements list. 2017-12-20 21:27:22 +01:00