summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnthagen <johnthagen@users.noreply.github.com>2019-12-28 20:37:41 -0500
committerGitHub <noreply@github.com>2019-12-28 20:37:41 -0500
commitf4bfcf95003e395efdc32423ba8da130ae5d02e0 (patch)
treed98bcf93625fae009bdde887f85e6778575622ab
parentefb46c562cf1cfdf0f340cff81cea8bc06e97dc4 (diff)
downloadgerbonara-f4bfcf95003e395efdc32423ba8da130ae5d02e0.tar.gz
gerbonara-f4bfcf95003e395efdc32423ba8da130ae5d02e0.tar.bz2
gerbonara-f4bfcf95003e395efdc32423ba8da130ae5d02e0.zip
Fix typo in license trove classifier
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0e43155..1dee243 100644
--- a/setup.py
+++ b/setup.py
@@ -35,7 +35,7 @@ METADATA = {
'classifiers': [
"Development Status :: 3 - Alpha",
"Topic :: Utilities",
- "License :: OSI Approved :: Apple Public Source License",
+ "License :: OSI Approved :: Apache Software License",
],
}