summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMatt Odden <locke105@gmail.com>2014-02-03 01:52:40 -0600
committerMatt Odden <locke105@gmail.com>2014-02-03 01:53:16 -0600
commit994e464607fd955f0c514b760a1a48c6af897e85 (patch)
treea1372b37435a405d8ef27bb0cbfab2ad6ac579e1 /setup.py
parent1fe783dba0e63796411bc6a358191a3144dc9bb8 (diff)
downloadgitlab-994e464607fd955f0c514b760a1a48c6af897e85.tar.gz
Fix license classifier in 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 4222b07..eeeeaf0 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ setup(name='python-gitlab',
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: System Administrators',
- 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
+ 'License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)',
'Natural Language :: English',
'Operating System :: POSIX',
'Operating System :: Microsoft :: Windows'