aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 12:50:15 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 12:50:50 +0100
commit1119b48e805bae531a0e64b061972f59bfb4df16 (patch)
tree458a372999d0d61b5d177eba6f5a17d6b8d774c7 /setup.py
parent3a25cff9b1ef7f7996636cbc575a16d91b1a522d (diff)
downloaddateutil-1119b48e805bae531a0e64b061972f59bfb4df16.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4f44c68..a4093e4 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(name="python-dateutil",
description="Extensions to the standard Python datetime module",
author="Paul Ganssle, Yaron de Leeuw",
author_email="dateutil@python.org",
- url="https://dateutil.readthedocs.org",
+ url="https://dateutil.readthedocs.io",
license="Simplified BSD",
long_description="""
The dateutil module provides powerful extensions to the