diff options
| author | Gauvain Pocentek <gauvain@pocentek.net> | 2014-02-03 03:59:30 -0800 |
|---|---|---|
| committer | Gauvain Pocentek <gauvain@pocentek.net> | 2014-02-03 03:59:30 -0800 |
| commit | 8ce3e30ba1fd3f9c587746dbe050a528bc6e952a (patch) | |
| tree | a1372b37435a405d8ef27bb0cbfab2ad6ac579e1 | |
| parent | 1fe783dba0e63796411bc6a358191a3144dc9bb8 (diff) | |
| parent | 994e464607fd955f0c514b760a1a48c6af897e85 (diff) | |
| download | gitlab-8ce3e30ba1fd3f9c587746dbe050a528bc6e952a.tar.gz | |
Merge pull request #16 from locke105/master
Fix license classifier in setup.py
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
