aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2018-03-11 19:48:24 -0400
committerPaul Ganssle <paul@ganssle.io>2018-03-11 19:48:24 -0400
commit4c4c7e989f5a8b4acd7b0af202a911583ab94e65 (patch)
treec62e769194b7e7656c486c3d0bd6bf88ce4faa93 /setup.py
parent51bda944e1ab10f832f7c676c656f8f8561b3a5f (diff)
downloaddateutil-4c4c7e989f5a8b4acd7b0af202a911583ab94e65.tar.gz
Fix license trove classifier
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 27d57ce..b2090be 100644
--- a/setup.py
+++ b/setup.py
@@ -51,6 +51,7 @@ datetime module available in the Python standard library.
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
+ 'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',