Fix typo in license trove classifier

This commit is contained in:
johnthagen 2019-12-28 20:37:41 -05:00 committed by GitHub
parent efb46c562c
commit f4bfcf9500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
],
}