aboutsummaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
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.
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 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",