diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 11:12:13 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-02-19 11:12:13 -0500 |
commit | 1b31a684e7198b9f46faaeddcae0cb94a0e43e84 (patch) | |
tree | 0493e208883f9b3ed692db667d5768ba2fd03213 /setup.py | |
parent | be18a01654d05ebfba04e713c20c1fbd4d170dc3 (diff) | |
download | external_python_setuptools-1b31a684e7198b9f46faaeddcae0cb94a0e43e84.tar.gz external_python_setuptools-1b31a684e7198b9f46faaeddcae0cb94a0e43e84.tar.bz2 external_python_setuptools-1b31a684e7198b9f46faaeddcae0cb94a0e43e84.zip |
Add timestamps to changelog.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ if (sys.platform == 'win32' or (os.name == 'java' and os._name == 'nt')) \ needs_pytest = set(['ptr', 'pytest', 'test']).intersection(sys.argv) pytest_runner = ['pytest-runner'] if needs_pytest else [] needs_sphinx = set(['build_sphinx', 'upload_docs']).intersection(sys.argv) -sphinx = ['sphinx', 'rst.linker'] if needs_sphinx else [] +sphinx = ['sphinx', 'rst.linker>=1.4'] if needs_sphinx else [] setup_params = dict( name="setuptools", |