summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2014-02-03 03:59:30 -0800
committerGauvain Pocentek <gauvain@pocentek.net>2014-02-03 03:59:30 -0800
commit8ce3e30ba1fd3f9c587746dbe050a528bc6e952a (patch)
treea1372b37435a405d8ef27bb0cbfab2ad6ac579e1
parent1fe783dba0e63796411bc6a358191a3144dc9bb8 (diff)
parent994e464607fd955f0c514b760a1a48c6af897e85 (diff)
downloadgitlab-8ce3e30ba1fd3f9c587746dbe050a528bc6e952a.tar.gz
Merge pull request #16 from locke105/master
Fix license classifier in 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'