summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2014-06-29 23:52:18 +0200
committerAndrew Shadura <andrew@shadura.me>2015-08-20 15:58:30 +0200
commite291e1eb02076fde5f2cfee4f1d01091a2319da3 (patch)
tree8fd2df78e635156aa667b15004c1db039bf747fa /setup.py
parentd24bbfcea1fd03e19045e458b82ed0d76bf2f413 (diff)
parentfec1da7e6ea8a3b3b03befa4ff8dd31d539f163d (diff)
Imported Debian patch 0.1.50+git20140603-1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 0c40876..2795e33 100644
--- a/setup.py
+++ b/setup.py
@@ -15,5 +15,8 @@ setup(
author='Eugeny Pankov',
author_email='e@ajenti.org',
url='http://ajenti.org/',
+ classifiers=[
+ "License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
+ ],
packages=find_packages(exclude=['*test*']),
)