aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknown <tolsen@limebits.com>2008-07-01 15:32:01 -0400
committerMatěj Cepl <mcepl@cepl.eu>2023-04-29 18:19:44 +0200
commit6b3cdb11761c316ae0e2ee150084316e77c19964 (patch)
treecd2a5726aac0fcee933982ad43bf5c7d49c98cfc
parentd860fc34ce638839bd20b6db6e3d8974d4f2ad23 (diff)
downloadurllib2_kerberos-6b3cdb11761c316ae0e2ee150084316e77c19964.tar.gz
correct license classifier
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 09450fe..7db42e2 100644
--- a/setup.py
+++ b/setup.py
@@ -33,7 +33,7 @@ setup(
classifiers = [
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: GNU General Public License (GPL)',
+ 'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python',