diff options
| author | Xavier Fernandez <xavier.fernandez@polyconseil.fr> | 2016-07-11 11:30:11 +0200 |
|---|---|---|
| committer | Xavier Fernandez <xavier.fernandez@polyconseil.fr> | 2016-07-14 09:59:51 +0200 |
| commit | 020771f5e631741de31255283aa81adc05a26a9d (patch) | |
| tree | 86bb7308b64137445b0a48335db0f174b1c53a52 /docs | |
| parent | d9a251b704b87e9a0e5090213e7799c468c4bbf5 (diff) | |
| download | external_python_setuptools-020771f5e631741de31255283aa81adc05a26a9d.tar.gz external_python_setuptools-020771f5e631741de31255283aa81adc05a26a9d.tar.bz2 external_python_setuptools-020771f5e631741de31255283aa81adc05a26a9d.zip | |
Add basic tests and docs for python_requires
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/setuptools.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/setuptools.txt b/docs/setuptools.txt index 807a2722..0f955663 100644 --- a/docs/setuptools.txt +++ b/docs/setuptools.txt @@ -302,6 +302,10 @@ unless you need the associated ``setuptools`` feature. installed to support those features. See the section below on `Declaring Dependencies`_ for details and examples of the format of this argument. +``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. + ``setup_requires`` A string or list of strings specifying what other distributions need to be present in order for the *setup script* to run. ``setuptools`` will |
