Merge pull request #123 from johnthagen/patch-1

Fix typo in license trove classifier
This commit is contained in:
Paulo Henrique Silva 2020-01-08 14:06:33 -03:00 committed by GitHub
commit c60373a67f
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",
],
}