From 41222df000d2642c8dc4593b91049e70ddd1d7bb Mon Sep 17 00:00:00 2001 From: Yaron de Leeuw Date: Tue, 2 May 2017 14:09:55 -0400 Subject: Modify authors list to reflect reality I have not committed anything for a very long time. It was a fun ride. --- LICENSE | 3 ++- README.rst | 2 +- setup.py | 2 +- 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 Copyright (c) 2012-2014 - Tomi Pieviläinen -Copyright (c) 2014 - Yaron de Leeuw +Copyright (c) 2014-2016 - Yaron de Leeuw +Copyright (c) 2015- - Paul Ganssle 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 2003-2011 * Tomi Pieviläinen 2012-2014 -* Yaron de Leeuw 2014- +* Yaron de Leeuw 2014-2016 * Paul Ganssle 2015- Our mailing list is available at `dateutil@python.org `_. 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", -- cgit v1.2.3