From: Stefan Behnel Date: Fri, 16 Jan 2009 12:17:15 +0000 (+0100) Subject: fixed license reference in setup.py X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e10b4dae0d629b489188db1bc35af180d2820268;p=cython.git fixed license reference in setup.py --- 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",