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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: openapi_schema_validator/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
__email__ = '[email protected]'
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)