aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Ganssle <pganssle@users.noreply.github.com>2018-03-11 20:04:46 -0400
committerGitHub <noreply@github.com>2018-03-11 20:04:46 -0400
commit372783dcc72e24c42600cdba1f132b9a65f9d4c5 (patch)
treec62e769194b7e7656c486c3d0bd6bf88ce4faa93
parent51bda944e1ab10f832f7c676c656f8f8561b3a5f (diff)
parent4c4c7e989f5a8b4acd7b0af202a911583ab94e65 (diff)
downloaddateutil-372783dcc72e24c42600cdba1f132b9a65f9d4c5.tar.gz
Merge pull request #630 from pganssle/update_trove
Fix license trove classifier
-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',