From e10b4dae0d629b489188db1bc35af180d2820268 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 16 Jan 2009 13:17:15 +0100 Subject: [PATCH] fixed license reference in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0cdc0a3f..3cc72b13 100644 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup( classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", - "License :: OSI Approved :: Python Software Foundation License", + "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: C", -- 2.26.2