summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaulo Henrique Silva <ph.silva@gmail.com>2020-01-08 14:06:33 -0300
committerGitHub <noreply@github.com>2020-01-08 14:06:33 -0300
commitc60373a67f18fad60710024d7ffe011bf5a536e6 (patch)
tree720c6d01cc51940adb2c0b20b0e2377a8a1976d6
parent6d843eb5effebbf4e32ef2fa50f89683c38a013a (diff)
parentf4bfcf95003e395efdc32423ba8da130ae5d02e0 (diff)
downloadgerbonara-c60373a67f18fad60710024d7ffe011bf5a536e6.tar.gz
gerbonara-c60373a67f18fad60710024d7ffe011bf5a536e6.tar.bz2
gerbonara-c60373a67f18fad60710024d7ffe011bf5a536e6.zip
Merge pull request #123 from johnthagen/patch-1
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",
],
}