From f4bfcf95003e395efdc32423ba8da130ae5d02e0 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Sat, 28 Dec 2019 20:37:41 -0500 Subject: Fix typo in license trove classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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", ], } -- cgit