Skip to content

Commit ec54a52

Browse files
authored
Use official OSI name in the license metadata
This makes it easier for automatic license checkers to verify the license of this package.
1 parent 185112b commit ec54a52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openapi_schema_validator/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
__email__ = 'maciag.artur@gmail.com'
88
__version__ = '0.1.5'
99
__url__ = 'https://github.com/p1c2u/openapi-schema-validator'
10-
__license__ = 'BSD 3-Clause License'
10+
__license__ = '3-clause BSD License'
1111

1212
__all__ = ['validate', 'OAS30Validator', 'oas30_format_checker']

0 commit comments

Comments
 (0)