From 054a612792b4d66edb3112f5561c09d363a5f64b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 26 Dec 2014 13:37:19 -0500 Subject: Update documentation to reflect new function. --- docs/formats.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') 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`` ------------------------ -- cgit v1.2.1