Skip to content

Commit ab7222a

Browse files
authored
Merge pull request #19 from ecederstrand/patch-1
Use official OSI name in the license metadata
2 parents 185112b + ec54a52 commit ab7222a

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)