Skip to content

Commit 524b42e

Browse files
authored
Merge pull request #203 from vargenau/exact-license
Use exact SPDX license
2 parents 5f81f44 + 9d4403f commit 524b42e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
author_email='fastjsonschema@horejsek.com',
3636
description='Fastest Python implementation of JSON schema',
3737
long_description=LONG_DESCRIPTION,
38-
license='BSD',
38+
license='BSD-3-Clause',
3939

4040
classifiers=[
4141
"Programming Language :: Python",

0 commit comments

Comments
 (0)