diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-26 13:37:19 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-12-26 13:37:19 -0500 |
commit | 054a612792b4d66edb3112f5561c09d363a5f64b (patch) | |
tree | 466db408212cbe9d6d2771858a1025365b698fba | |
parent | c966002df7e3f142a9f47ed9695e1098f7f6b80a (diff) | |
download | external_python_setuptools-054a612792b4d66edb3112f5561c09d363a5f64b.tar.gz external_python_setuptools-054a612792b4d66edb3112f5561c09d363a5f64b.tar.bz2 external_python_setuptools-054a612792b4d66edb3112f5561c09d363a5f64b.zip |
Update documentation to reflect new function.8.4
-rw-r--r-- | docs/formats.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/formats.txt b/docs/formats.txt index 5c461ecb..9e6fe727 100644 --- a/docs/formats.txt +++ b/docs/formats.txt @@ -286,6 +286,12 @@ that can be used to obtain ``Requirement`` objects describing the project's core and optional dependencies. +``setup_requires.txt`` +---------------------- + +Much like ``requires.txt`` except represents the requirements +specified by the ``setup_requires`` parameter to the Distribution. + ``dependency_links.txt`` ------------------------ |