summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2014-03-09 18:35:29 +0100
committerMartin Matusiak <numerodix@gmail.com>2014-03-09 18:35:29 +0100
commit6178e5392c9f39007f16aaf7df3b65549df844c7 (patch)
tree585a8f6ac8ef65be4fcd4a847830f78fa7511f29 /setup.py
parent387c1821226405aae06fe5a02cd833cf94a9da49 (diff)
downloadansicolor-6178e5392c9f39007f16aaf7df3b65549df844c7.tar.gz
update setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index a31ecfb..8eb953a 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ setup(
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
- 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
+ 'License :: OSI Approved :: Apache Software License',
],
# don't install as zipped egg
zip_safe=False,