aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-03-29 13:13:18 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-03-29 13:13:18 -0400
commitdd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d (patch)
treed6fd94272ed08fc0fcca2118e20ea7bb96ae62ab /setup.py
parentd25e2a585c0e80dc89d72a91f8da0ba8198a4f7c (diff)
downloadexternal_python_setuptools-dd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d.tar.gz
external_python_setuptools-dd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d.tar.bz2
external_python_setuptools-dd0c78d26b7510481bc4587c9bb5a6fbfd2b5c8d.zip
Just render the date and not the time of tagged releases in the changelog.20.5
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b26190ff..7986906d 100755
--- a/setup.py
+++ b/setup.py
@@ -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>=1.4'] if needs_sphinx else []
+sphinx = ['sphinx', 'rst.linker>=1.5'] if needs_sphinx else []
setup_params = dict(
name="setuptools",