diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-02-16 12:34:30 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-16 12:34:30 -0500 |
| commit | ccbe2dad46a70042c99876f7e81c0ddbb7fc1fa4 (patch) | |
| tree | 3bcb74bcca8d253c782fd7fd3f36b1cc89982e5e /setup.cfg | |
| parent | 43edec2506f901ab939390951383025682448edd (diff) | |
| parent | c1d7cc6701d33ee161d514ff61fe0e2017efee6c (diff) | |
| download | python-setuptools-git-ccbe2dad46a70042c99876f7e81c0ddbb7fc1fa4.tar.gz | |
Merge pull request #2002 from pypa/bugfix/2001-bootstrap-race
Copy docs requirements to a separate file due to RTD constraints.
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ tests = pip>=19.1 # For proper file:// URLs support. docs = + # Keep these in sync with docs/requirements.txt sphinx jaraco.packaging>=6.1 rst.linker>=1.9 |
