aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYaron de Leeuw <me@jarondl.net>2017-05-02 14:09:55 -0400
committerYaron de Leeuw <me@jarondl.net>2017-05-02 14:09:55 -0400
commit41222df000d2642c8dc4593b91049e70ddd1d7bb (patch)
tree4a4650e6ad980906ff4eb904bca2578b0257981c
parentbf16b41c929afde244033ac0dddccfb7bf8ef8d1 (diff)
downloaddateutil-41222df000d2642c8dc4593b91049e70ddd1d7bb.tar.gz
Modify authors list to reflect reality
I have not committed anything for a very long time. It was a fun ride.
-rw-r--r--LICENSE3
-rw-r--r--README.rst2
-rw-r--r--setup.py2
3 files changed, 4 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index 2fc67ab..d5132c2 100644
--- a/LICENSE
+++ b/LICENSE
@@ -2,7 +2,8 @@ dateutil - Extensions to the standard Python datetime module.
Copyright (c) 2003-2011 - Gustavo Niemeyer <gustavo@niemeyer.net>
Copyright (c) 2012-2014 - Tomi Pieviläinen <tomi.pievilainen@iki.fi>
-Copyright (c) 2014 - Yaron de Leeuw <me@jarondl.net>
+Copyright (c) 2014-2016 - Yaron de Leeuw <me@jarondl.net>
+Copyright (c) 2015- - Paul Ganssle <paul@ganssle.io>
All rights reserved.
diff --git a/README.rst b/README.rst
index ff69223..71b8bd9 100644
--- a/README.rst
+++ b/README.rst
@@ -103,7 +103,7 @@ It is maintained by:
* Gustavo Niemeyer <gustavo@niemeyer.net> 2003-2011
* Tomi Pieviläinen <tomi.pievilainen@iki.fi> 2012-2014
-* Yaron de Leeuw <me@jarondl.net> 2014-
+* Yaron de Leeuw <me@jarondl.net> 2014-2016
* Paul Ganssle <paul@ganssle.io> 2015-
Our mailing list is available at `dateutil@python.org <https://mail.python.org/mailman/listinfo/dateutil>`_. As it is hosted by the PSF, it is subject to the `PSF code of
diff --git a/setup.py b/setup.py
index 38f8f45..dcbd6a4 100644
--- a/setup.py
+++ b/setup.py
@@ -19,7 +19,7 @@ with codecs.open(TOPDIR + "/dateutil/__init__.py", encoding='utf-8') as f:
setup(name="python-dateutil",
version=VERSION,
description="Extensions to the standard Python datetime module",
- author="Paul Ganssle, Yaron de Leeuw",
+ author="Paul Ganssle",
author_email="dateutil@python.org",
url="https://dateutil.readthedocs.io",
license="Simplified BSD",