aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-03-24 09:53:00 -0400
committerPaul Ganssle <paul@ganssle.io>2018-03-24 09:53:00 -0400
commit7ac48bea9151ff8f1c6958e152ce809de51f7fde (patch)
tree399d7213e8c745d58a9cdc4159a65b0e0c2557a0 /setup.py
parenta09c9d65bd4a5fbc344593905bf81e175e3539c0 (diff)
downloaddateutil-7ac48bea9151ff8f1c6958e152ce809de51f7fde.tar.gz
Update license metadata
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 b2090be..72c5187 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ setup(name="python-dateutil",
maintainer="Paul Ganssle",
maintainer_email="dateutil@python.org",
url="https://dateutil.readthedocs.io",
- license="Apache 2.0",
+ license="Dual License",
long_description="""
The dateutil module provides powerful extensions to the
datetime module available in the Python standard library.