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 | d1ece3ac6a8dffb618ece49bfa093b1131dbdc0c (patch) | |
tree | 68b09573683ff74540ccbe57eeb967b39e1add5c /docs | |
parent | 6798bb2577d92fc3bc3c34f8fe482e078be10608 (diff) | |
download | python-setuptools-bitbucket-d1ece3ac6a8dffb618ece49bfa093b1131dbdc0c.tar.gz |
Update documentation to reflect new function.8.4
Diffstat (limited to 'docs')
-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`` ------------------------ |