aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-07-17 08:01:46 -0700
committerDavid Lord <davidism@gmail.com>2019-07-17 08:01:46 -0700
commitac6131d9b70d3e42abef01f985c863d49b3812a7 (patch)
tree7f92d60e0def7a09db30bb6b50d476b3b9f085f3 /setup.py
parent719c9f1f69cb13b350de638c71a39776c064b397 (diff)
downloadjinja-ac6131d9b70d3e42abef01f985c863d49b3812a7.tar.gz
standardize license
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 52306c0e..dee4c3ce 100644
--- a/setup.py
+++ b/setup.py
@@ -42,7 +42,7 @@ setup(
name='Jinja2',
version='2.11.dev',
url='http://jinja.pocoo.org/',
- license='BSD',
+ license='BSD-3-Clause',
author='Armin Ronacher',
author_email='armin.ronacher@active-4.com',
description='A small but fast and easy to use stand-alone template '