mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
Replace unicode character for RPM build.
To make building RPMs of package easier when using ascii by default.
This commit is contained in:
parent
3964ea9ecb
commit
23af33b7ca
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ from openapi_core.shortcuts import (
|
|||
create_spec, validate_parameters, validate_body, validate_data,
|
||||
)
|
||||
|
||||
__author__ = 'Artur Maciąg'
|
||||
__author__ = 'Artur Maciag'
|
||||
__email__ = 'maciag.artur@gmail.com'
|
||||
__version__ = '0.5.0'
|
||||
__url__ = 'https://github.com/p1c2u/openapi-core'
|
||||
|
|
Loading…
Reference in a new issue