diff options
| author | David Lord <davidism@gmail.com> | 2019-07-17 08:01:46 -0700 |
|---|---|---|
| committer | David Lord <davidism@gmail.com> | 2019-07-17 08:01:46 -0700 |
| commit | ac6131d9b70d3e42abef01f985c863d49b3812a7 (patch) | |
| tree | 7f92d60e0def7a09db30bb6b50d476b3b9f085f3 /setup.py | |
| parent | 719c9f1f69cb13b350de638c71a39776c064b397 (diff) | |
| download | jinja2-ac6131d9b70d3e42abef01f985c863d49b3812a7.tar.gz | |
standardize license
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ' |
