summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-26 08:18:23 +0000
committerng0 <ng0@n0.is>2019-09-26 08:18:23 +0000
commita284eb56f169cc02c939dfbc301fcf0bd1dc1134 (patch)
treed50b70c579ede21884ccc50b702e2abc1eee8d4c /setup.py
parentceb31d2ede75afec125f9a328e18a1fc364622f8 (diff)
downloadtaler-util-a284eb56f169cc02c939dfbc301fcf0bd1dc1134.tar.gz
taler-util-a284eb56f169cc02c939dfbc301fcf0bd1dc1134.tar.bz2
taler-util-a284eb56f169cc02c939dfbc301fcf0bd1dc1134.zip
try to make pypi.org happy
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 4163458..c6a33a3 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ setup(
packages=find_packages(),
classifiers=[
'Programming Language :: Python :: 3',
- 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv2+)',
+ 'License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)',
'Operating System :: OS Independent',
],
python_requires='>=3.1',